I have a Centos 6.7 distro and I have installed python 3.5 from source.
I wanted then to run pip3
, but the command was not found.
After researching I tried to install setup tools with ezsetup.
This failed so I downloaded setuptools-20.9.x unzipped this and ran python3.5 easy_install and get the error
#ImportError: No module named 'zipimport'