Working with Python Virtual Environments in Windows Command Prompt

Bash

#Creating an environment

python -m venv environment_name

#Activate environment

.\environment_name\Scripts\activate
Did you find this snippet useful?

Sign up for free to to add this to your code library