python 2.7 - cannot find easy_install after updating setuptools -
on aws machine, updated pip version 9.0.1 with
sudo -h pip install --upgrade pip
and updated setuptools 12.2 36.2.2 doing :
pip install -u setuptools
but can't use easy_install anymore, says
-bash: /usr/bin/easy_install: no such file or directory
i saw there easy_install-3.4 in /usr/bin, how can retrieve easy_install?
my problem wanted create .egg file , apparently old version of setuptools not created correctly when installing via easy_install couldn't import package in python ('no module named xxx').
i using python 2.7
thanks
Comments
Post a Comment