Skip to content

Instantly share code, notes, and snippets.

@r3xakead0
Created February 6, 2024 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r3xakead0/fe9b5edbd00014684063049ef8c923d1 to your computer and use it in GitHub Desktop.
Save r3xakead0/fe9b5edbd00014684063049ef8c923d1 to your computer and use it in GitHub Desktop.
Install python and pip 3 on Linux Ubuntu
sudo apt update
sudo apt install python3 -y
python3 -V
which python3
sudo apt install python3-pip -y
pip3 -V
which pip3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment