Activate Venv Windows 10 Code Example


Example 1: how to activate a venv in windows

\env\Scripts\activate.bat

Example 2: windows activate venv

venv\Scripts\activate

Example 3: activate virtual environment python windows 10

cd C: Path to virtual environment> .\activate

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy