Create and activate a virtual environment
python -m venv .venv
.venv\Scripts\Activate.ps1python3 -m venv .venv
source .venv/bin/activateLast updated
Was this helpful?
python -m venv .venv
.venv\Scripts\Activate.ps1python3 -m venv .venv
source .venv/bin/activateLast updated
Was this helpful?
Was this helpful?