Skip to content

Instantly share code, notes, and snippets.

@jmchilton
Created October 30, 2017 14:44
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 jmchilton/ad8f180f5ac1eb5f689f815b04f603fa to your computer and use it in GitHub Desktop.
Save jmchilton/ad8f180f5ac1eb5f689f815b04f603fa to your computer and use it in GitHub Desktop.
(.venv) ~/w/galaxy ❯❯❯ virtualenv moo dev_dependencies ✭ ◼
New python executable in /Users/john/workspace/galaxy/moo/bin/python2.7
Also creating executable in /Users/john/workspace/galaxy/moo/bin/python
Installing setuptools, pip, wheel...done.
(.venv) ~/w/galaxy ❯❯❯ . moo/bin/activate dev_dependencies ✭ ◼
(moo) ~/w/galaxy ❯❯❯ pip install --index-url "https://pypi.python.org/pypi" pytz==2017.2 dev_dependencies ✭ ◼
Collecting pytz==2017.2
Could not find a version that satisfies the requirement pytz==2017.2 (from versions: 2017.3)
No matching distribution found for pytz==2017.2
(moo) ~/w/galaxy ❯❯❯ pip install --index-url "https://pypi.python.org/simple" pytz==2017.2 ⏎ dev_dependencies ✭ ◼
Collecting pytz==2017.2
Using cached pytz-2017.2-py2.py3-none-any.whl
Installing collected packages: pytz
Successfully installed pytz-2017.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment