DEV Community

Discussion on: Python default location

Collapse
 
nicolaerario profile image
Nicola Erario • Edited

Leave it in peace where is; then in your project path do: python3 -m venv .venv.
this is your new (per project) python path and you can make love with it without OS complaining.