I have a Centos 6.7 distribution and I installed python 3.5 from source.
Then I needed to start pip3 , but the command was not found.
After researching, I tried installing the installation tools using ezsetup.
This failed, so I downloaded setuptools-20.9.x, unpacked it and ran python3.5 easy_install and got an error
#ImportError: No module named 'zipimport'
source share