Skip to content

Instantly share code, notes, and snippets.

@joshlk
Created September 19, 2017 12:10
Show Gist options
  • Save joshlk/90492892e160ed3941194efc305364ec to your computer and use it in GitHub Desktop.
Save joshlk/90492892e160ed3941194efc305364ec to your computer and use it in GitHub Desktop.
Python Anaconda 3 and 2
To have both Anaconda Python installed with both Python 2 and 3 running simultaneously:
1. Download Python Anconda 3
2. Create a Python 2.7 environment `conda create -n py3k python=3.4 anaconda`
3. Navigate to the install directory. Something like `Anaconda3\envs\py2k`
4. Rename python to python2. And in scripts pip to pip2
5 Add those two directories to the path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment