Horje
activate virtual environment in windows Code Example
activate virtualenv windows
venv\Scripts\activate
windows activate venv
venv\Scripts\activate
venv activate windows
#in the terminal
cd_yourdir 
>pip install virtualenv
>virtualenv "__" #(any name on the place of string whatever you want)
E.G.
> virtualenv venv
>D:Projectdir/venv/scripts/activate.bat
  DONE !!!
# It will look like this now

(venv) D:/projectdir>
how to activate virtualenv in windows
for windows
make a directory using mkdir nameofthedirectory
enter the directory using cd
then enter the following :
>pip install virtualenv
then name the virtualenv
>virtualenv somename
then activate the virtualen
on Windows, virtualenv creates a batch file

>\yourvirtuallenname \Scripts\activate.bat
activate virtual environment on windows
venv\Scripts\activate.bat
activate virtual environment in windows
.\env\Scripts\\activate.bat




Whatever

Related
unix timestamp postgres Code Example unix timestamp postgres Code Example
git delete pruned branches Code Example git delete pruned branches Code Example
Connection could not be established with host smtp.mailtrap.io :stream_socket_client(): Unable to connect to tcp://smtp.mailtrap.io:2525 (Connection refused) Code Example Connection could not be established with host smtp.mailtrap.io :stream_socket_client(): Unable to connect to tcp://smtp.mailtrap.io:2525 (Connection refused) Code Example
select2 select value in not changing Code Example select2 select value in not changing Code Example
mongodb match multiple fields Code Example mongodb match multiple fields Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7