Showing posts with label pip. Show all posts
Showing posts with label pip. Show all posts

23 March 2023

How to install Python, pip, and venv on Ubuntu 22.04?

Method 1. Simpler Method

$ sudo apt update

$ sudo apt install python3
$ sudo apt install python3-pip
$ sudo apt install python3-venv
 
 
Method 2. Install the Latest Version