Feb-07-2017, 11:27 PM
I am trying to follow these instructions to get virtualenv setup in powershell: http://www.tylerbutler.com/2012/05/how-t...owershell/
I have virtulenv and virtualenvwrapper installed but when I try
I have virtulenv and virtualenvwrapper installed but when I try
Import-Module virtualenvwrapper I get:Error:Import-Module : The specified module 'virtualenvwrapper' was not loaded because no valid module file was found in any module directory. At line:1 char:1 + Import-Module virtualenvwrapper + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ResourceUnavailable: (virtualenvwrapper:String) [Import-Module], FileNotFoundException + FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommandI don't know what to do. 