I am working on Windows 7.I have created a python egg using distutils. Now I try to install this egg in a virtual environment using pip 1.0.2 using the following command:
http://www.pip-installer.org/en/latest/other-tools.html#pip-compared-to-easy-install
pip doesn’t do everything that easy_install does. Specifically: It cannot install from eggs. It only installs from source.
pip doesn’t do everything that easy_install does. Specifically:
It cannot install from eggs. It only installs from source.