I installed Anaconda and can run Python, so I assume that I installed it correctly. Following this introductory documentation, I am trying to install Python v3.3, so I am co
Temporary solution:
$anaconda/bin/conda create -n py33 python=3.3 anaconda