Skip to content

Instantly share code, notes, and snippets.

@freezed
Created August 14, 2018 06:12
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 freezed/58bd7e81d514e41dd8acf32bde7697ee to your computer and use it in GitHub Desktop.
Save freezed/58bd7e81d514e41dd8acf32bde7697ee to your computer and use it in GitHub Desktop.
which python in venv
freezed@machine ~/git/pytest % python -V
Python 2.7.9
freezed@machine ~/git/pytest % source .venv/bin/activate
(.venv) freezed@machine ~/git/pytest % which python
/home/fred/git/ocp5/.venv/bin/python
(.venv) freezed@machine ~/git/pytest % python -V
Python 3.6.4
(.venv) freezed@machine ~/git/pytest % deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment