Skip to content

Instantly share code, notes, and snippets.

@POMXARK
Last active May 25, 2024 11:38
Show Gist options
  • Save POMXARK/b58bffe99c84df65f4cd4f993fdc5214 to your computer and use it in GitHub Desktop.
Save POMXARK/b58bffe99c84df65f4cd4f993fdc5214 to your computer and use it in GitHub Desktop.
add python version linux pycharn
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