Skip to content

Instantly share code, notes, and snippets.

@wiggin15
Created October 6, 2015 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wiggin15/cefeef67e127ecbbfb95 to your computer and use it in GitHub Desktop.
Save wiggin15/cefeef67e127ecbbfb95 to your computer and use it in GitHub Desktop.
pip insall zc.recipe.egg==2.0.2
(work)➜ cd /tmp
(work)➜ source temp/bin/activate
(temp)➜ pip install -Ui https://pypi.python.org/simple/ pip wheel
You are using pip version 6.0.8, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting pip from https://pypi.python.org/packages/py2.py3/p/pip/pip-7.1.2-py2.py3-none-any.whl#md5=5ff9fec0be479e4e36df467556deed4d
Using cached pip-7.1.2-py2.py3-none-any.whl
Collecting wheel
Using cached wheel-0.26.0-py2.py3-none-any.whl
Installing collected packages: wheel, pip
Found existing installation: pip 6.0.8
Uninstalling pip-6.0.8:
Successfully uninstalled pip-6.0.8
Successfully installed pip-7.1.2 wheel-0.26.0
(temp)➜ pip install -i https://pypi.python.org/simple/ zc.recipe.egg==2.0.2
Collecting zc.recipe.egg==2.0.2
Installing collected packages: zc.recipe.egg
zc.recipe.egg is in an unsupported or invalid wheel
(temp)➜ pip install --no-cache-dir -i https://pypi.python.org/simple/ zc.recipe.egg==2.0.2
Collecting zc.recipe.egg==2.0.2
Downloading zc.recipe.egg-2.0.2.tar.gz
Collecting zc.buildout>=1.2.0 (from zc.recipe.egg==2.0.2)
Downloading zc.buildout-2.4.4-py2.py3-none-any.whl (257kB)
100% |████████████████████████████████| 258kB 641kB/s
Requirement already satisfied (use --upgrade to upgrade): setuptools in ./temp/lib/python2.7/site-packages (from zc.recipe.egg==2.0.2)
Installing collected packages: zc.buildout, zc.recipe.egg
Running setup.py install for zc.recipe.egg
Successfully installed zc.buildout-2.4.4 zc.recipe.egg-2.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment