Skip to content

fights-on/virtualenvwrapper-python

Repository files navigation

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