95.2k views
3 votes
How to activate a python virtual environment from command prompt

User Tweber
by
3.5k points

1 Answer

2 votes

Answer:

here

Step-by-step explanation:

Open the Windows Command Prompt enter into your Desktop folder with the command cd desktop . You can find your device's command line interface (CLI) by searching in your applications.> Type py -m venv env to create a virtual environment named env . When the environment is created, the prompt will reappear.

User Amereservant
by
3.3k points