python3 -m venv --without-pip .venv

Category: Python & pip

python3 -m venv --without-pip .venv

Create a virtual environment without pip installed

Creates a virtual environment but does NOT install pip inside it — smaller footprint.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.