Showing posts with label pip. Show all posts
Showing posts with label pip. Show all posts
28 April 2024
exception can not find valid pkg-config name when installing mysql with pip
$ sudo apt-get install python3-dev default-libmysqlclient-dev build-essential
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
Subscribe to:
Posts (Atom)