Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Virtualenvwrapper-powershell

Requirements:

  • Python
  • Powershell
  • Virtualenv

Installation:

PS C:\virtualenvwrapper-powershell> python setup.py install
PS C:\virtualenvwrapper-powershell> Set-ExecutionPolicy RemoteSigned
PS C:\virtualenvwrapper-powershell> mkdir ~/.virtualenvs
PS C:\virtualenvwrapper-powershell> Import-Module VirtualEnvWrapper

References:

Tyler Butler - How To Install Python, pip, and virtualenv on Windows with Powershell

You can’t perform that action at this time.