Last active
November 22, 2021 16:33
-
-
Save RobyCigar/1170c86117dd0b66ff255fec2e5a666b to your computer and use it in GitHub Desktop.
create virtual environment python3
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
python3 -m venv env | |
source env/bin/activate | |
which python3 | |
deactivate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment