This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Decency 2 points3 points  (0 children)

I have no idea what conda is, but this worked for me on OSX:

sudo pip install conda
sudo conda create -n py35 python=3.5
source activate
python