Python Forum
virtualenv on powershell - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: virtualenv on powershell (/thread-1973.html)



virtualenv on powershell - mcmxl22 - Feb-07-2017

I am trying to follow these instructions to get virtualenv setup in powershell: http://www.tylerbutler.com/2012/05/how-to-install-python-pip-and-virtualenv-on-windows-with-powershell/
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.ImportModuleCommand
I don't know what to do.


RE: virtualenv on powershell - sparkz_alot - Feb-08-2017

Given that the article is about 2 1/2 years old, it seems pretty straight forward.  If you scroll down through the comments, there are several referencing the same error you described.  Did you try any of the solutions provided?


RE: virtualenv on powershell - mcmxl22 - Feb-08-2017

(Feb-08-2017, 12:19 AM)sparkz_alot Wrote: Given that the article is about 2 1/2 years old, it seems pretty straight forward.  If you scroll down through the comments, there are several referencing the same error you described.  Did you try any of the solutions provided?

I can't find any reference to my particular error in the article. I found some in the comments but they are to vague to figure out whats going on.


RE: virtualenv on powershell - snippsat - Feb-08-2017

That article is outdated and has errors.
Don't use powershell,use cmder it's a lot better.
From python 3.5--> is virtual environment build in.
In these post i show the basic,some more install here.