0% found this document useful (0 votes)
4 views1 page

Activate Python Virtual Environment

The document provides instructions to activate a Python virtual environment on Windows: open the command prompt, navigate to the virtual environment folder using F: and cd commands, then activate the environment by running the activate script inside the Scripts folder of the virtual environment.

Uploaded by

carlos sorallo
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Activate Python Virtual Environment

The document provides instructions to activate a Python virtual environment on Windows: open the command prompt, navigate to the virtual environment folder using F: and cd commands, then activate the environment by running the activate script inside the Scripts folder of the virtual environment.

Uploaded by

carlos sorallo
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

1.

open cmd -> ctrl + r


2. go to the other disk -> type F: to go to local disk (F:)
3. type cd CARLOS
4. type cd python_envs
5. type name_of_folder\Scripts\activate

**Note: you should have first manually added the pyenv to your system and activated
the virutal environment. If not, do it first.

**Note: name of folder is the folder of your created pyenv. Inside that folder you
can see the
Scripts folder, etc.

You might also like