-
Notifications
You must be signed in to change notification settings - Fork 0
Python Setup
Alec Graves edited this page Oct 1, 2017
·
4 revisions
- Go to https://www.anaconda.com/download/
- download install python 2.7 version for your os
- Windows set-up instructions:
- Open the conda
.exe
- Choose an installation location (use the default if you are unsure, only for your user)
-
Make sure the checkbox that asks if you want to add to PATH is checked!
- If you miss this, just uninstall and repeat installation process.
- Or add conda to your path manually if you are elite.
- Open the conda
- Linux set-up instructions:
cd ~/Downloads/ sudo bash <conda installer.sh> *go through setup* *yes you want to add to PATH*
- Windows set-up instructions: