akpdb.blogg.se

Command to see conda python version
Command to see conda python version










To verify that the installer you downloaded, make note of the hash that is available on the above-linked webpage. The hash for each file is right next to the download button on the above-mentioned website. Hash verification is the process to determine that the file you downloaded was in fact the correct one, and not incomplete nor compromised. Mode of 'Miniconda3-p圓9_4.12.0-Linux-x86_64.sh' changed from 0664 (rw-rw-r-) to 0775 (rwxrwxr-x)Īnd with that, proceed to the next step. I want the Miniconda installer for Intel x86 with Python 3.9, so the file I download is named Miniconda3-p圓9_4.12.0-Linux-x86_64.sh. Running this command will make the installer script executable. Do so with the following command: chmod -v +x Miniconda*.sh

command to see conda python version

The installer is a shell script, so make sure that it can be executed.

command to see conda python version

Select the installer script that contains the version of Python you need along with the correct CPU architecture.












Command to see conda python version