Create Virtual Env & install latest PIP3 September 8, 2024April 10, 2023 by luss cd ~ python3 -m venv venv source venv/bin/activate pip3 install --upgrade pip