Last active
May 25, 2024 11:38
-
-
Save POMXARK/b58bffe99c84df65f4cd4f993fdc5214 to your computer and use it in GitHub Desktop.
add python version linux pycharn
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
sudo apt install python3.8 -y | |
sudo apt install python3.8-distutils | |
python3.8 -m pip install setuptools | |
sudo apt install python3.8-venv | |
python3.8 -m venv .venv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment