python3 -m venv --copies .venv

Category: Python & pip

python3 -m venv --copies .venv

Copy Python binaries instead of symlinking (useful on Windows)

Copies Python binaries into the venv instead of symlinking — useful on Windows or networked filesystems.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.