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.