Let’s not use easy_install anyway: https://packaging.python.org/discussions/pip-vs-easy-install/
https://stackoverflow.com/questions/3220404/why-use-pip-over-easy-install
Cai dat easy_install cho linux, unix :
I ran into a bit of trouble installing easy_install, after reading many useless articles, this is how I solved the problem, actually it’s rather simple :
Type :
wget https://bitbucket.org/pypa/setuptools/downloads/ez_setup.py && python ez_setup.py
and you’re done .
Bonus : to install virtualenv, all you have to do is “easy_install virtualenv”
Facebook Comments