Site Tools


Hotfix release available: 2025-05-14a "Librarian". upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian". upgrade now! [56] (what's this?)
install-qna

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
install-qna [2025/05/08 22:13] – created 211.231.76.183install-qna [2025/05/08 23:09] (current) 211.231.76.183
Line 2: Line 2:
 ==== How to Install Python and Pip on Ubuntu 24.04 ==== ==== How to Install Python and Pip on Ubuntu 24.04 ====
   * https://docs.vultr.com/how-to-install-python-and-pip-on-ubuntu-24-04   * https://docs.vultr.com/how-to-install-python-and-pip-on-ubuntu-24-04
 +  * https://stackoverflow.com/questions/65644782/how-to-install-pip-for-python-3-9-on-ubuntu-20-04
 +
 +  cmd) sudo add-apt-repository ppa:deadsnakes/ppa
 +  cmd) sudo apt update
 +  cmd) sudo apt install python3.10 -y
 +  cmd) sudo apt install python3.10-distutils -y
 +  cmd) wget https://bootstrap.pypa.io/get-pip.py
 +  cmd) python3.10 get-pip.py
 +
install-qna.1746709993.txt · Last modified: 2025/05/08 22:13 by 211.231.76.183