I downloaded and installed python3.3 from the website and followed the instructions in the readme file.
I can run python3.3 from commandline, but when I try to install a package with pip, it will install to the default python (Anaconda python 3.6 in my case). 
I tried installing a new pip using easy_install as described
here, but it gives me the error saying
/usr/local/bin/python3.3: No module named easy_install
How can I install the setuptools if I don't have pip?
 
    