-
Notifications
You must be signed in to change notification settings - Fork 6
Installing Python
Loic Royer edited this page Apr 8, 2021
·
1 revision
The following is our recommended approach for installing python for dexp usage on Windows, OSX, and Ubuntu(Linux).
In general, we recommend installing python via anaconda (full distribution) miniconda (lighteight). Anaconda tends to be very 'heavy' and is only recommended for python beginners...
For Ubuntu (20.04) / Linux you can simply do:
1- Download the latest shell script
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
2- Make the miniconda installation script executable
chmod +x Miniconda3-latest-Linux-x86_64.sh
3- Run miniconda installation script
./Miniconda3-latest-Linux-x86_64.sh