Skip to content

Instantly share code, notes, and snippets.

@Foleychris
Created November 23, 2016 14:45
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 Foleychris/02a24d6340f4e3f2e09874ef09f9fc83 to your computer and use it in GitHub Desktop.
Save Foleychris/02a24d6340f4e3f2e09874ef09f9fc83 to your computer and use it in GitHub Desktop.
pyenv virtualenv 3.5.2 venzen
Ignoring indexes: https://pypi.python.org/simple
Requirement already satisfied (use --upgrade to upgrade): setuptools in /home/chris/.pyenv/versions/3.5.2/envs/venzen/lib/python3.5/site-packages
Requirement already satisfied (use --upgrade to upgrade): pip in /home/chris/.pyenv/versions/3.5.2/envs/venzen/lib/python3.5/site-packages
~ ⍉
▶ ~/.pyenv/versions/venzen/bin/python -c "import sys; print(sys.path)"
['', '/home/chris/.pyenv/versions/3.5.2/lib/python35.zip', '/home/chris/.pyenv/versions/3.5.2/lib/python3.5', '/home/chris/.pyenv/versions/3.5.2/lib/python3.5/plat-linux', '/home/chris/.pyenv/versions/3.5.2/lib/python3.5/lib-dynload', '/home/chris/.pyenv/versions/venzen/lib/python3.5/site-packages']
~
▶ PYTHONPATH=/my/fake/path ~/.pyenv/versions/venzen/bin/python -c "import sys; print(sys.path)"
['', '/my/fake/path', '/home/chris/.pyenv/versions/3.5.2/lib/python35.zip', '/home/chris/.pyenv/versions/3.5.2/lib/python3.5', '/home/chris/.pyenv/versions/3.5.2/lib/python3.5/plat-linux', '/home/chris/.pyenv/versions/3.5.2/lib/python3.5/lib-dynload', '/home/chris/.pyenv/versions/venzen/lib/python3.5/site-packages']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment