A virtual environment named dev-env was created in the current working directory. Which command will activate this environment (Windows)? The > character stands for a command prompt.
A virtual environment named dev-env was created in the current working directory. Which command will activate this environment (Windows)? The >
character stands for a command prompt.
a.
> .\dev-env\Scripts\start
or
> .\dev-env\Scripts\start.bat
b.
> .\dev-env\activate
c.
> activate
d.
> .\dev-env\Scripts\activate
or
> .\dev-env\Scripts\activate.bat