Created
December 27, 2021 18:09
-
-
Save zshanabek/633d881b18545c6e8aac2ff7afc105d0 to your computer and use it in GitHub Desktop.
python related commands
This file contains 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
# install venv for specific version and activate | |
sudo apt install python3.8-venv | |
python3 -m venv venv | |
. venv/bin/activate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment