osegaming.blogg.se

Debian install python 3.7
Debian install python 3.7







debian install python 3.7

enable-loadable-sqlite-extensions is used to load the sqlite-devel dependency. enable-shared is used to build the libpython3.7m.so.1.0 dynamic library. prefix specifies the Python installation path. Go to the new folder and run the following configuration, build, and installation commands: cd Python-3.7.5.Go to the download directory and decompress the source package: tar -zxvf Python-3.7.5.tgz.Run the wget command to download the source package of Python 3.7.5 to any directory on the server where AMCT is located: wget.If python3-tk fails to be installed, see An Error Message Is Displayed During python3-tk Installation. If the Python 3.7.5 environment has been installed in the user's OS before the libsqlite3-dev installation, you need to rebuild the Python environment. Libsqlite3-dev must be installed before the Python installation. Sudo apt-get install -y make zlib1g zlib1g-dev build-essential libbz2-dev libsqlite3-dev libssl-dev libxslt1-dev libffi-dev openssl python3-tk If the following information is displayed, the environment is available. Run the python3.7.5 -version, python3.7 -version, pip3.7.5 -version, and pip3.7 -version commands to check whether the environment is available. Check that the Python 3.7.5 development environment is available.









Debian install python 3.7