Created
August 14, 2018 06:12
-
-
Save freezed/58bd7e81d514e41dd8acf32bde7697ee to your computer and use it in GitHub Desktop.
which python in venv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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