Python Forum
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
virtualenv on powershell
#1
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 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.
Reply
#2
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?
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply
#3
(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.
Reply
#4
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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  using PowerShell from Python script for mounting shares tester_V 8 400 Mar-12-2024, 06:26 PM
Last Post: tester_V
  PowerShell & Python deep_logic 2 635 Jun-06-2023, 06:34 AM
Last Post: buran
  How to write a part of powershell command as a variable? ilknurg 2 1,084 Jul-26-2022, 11:31 AM
Last Post: ilknurg
Photo Windows 10 PowerShell doesn't work Amy 3 3,860 Apr-27-2021, 01:33 PM
Last Post: jefsummers
  Installing PIP and setting up virtualenv steveholland68 1 2,233 Aug-08-2019, 05:52 PM
Last Post: snippsat
  python -m venv VS virtualenv kazi380 4 2,946 Jul-17-2019, 08:51 PM
Last Post: Larz60+
  Virtualenv and an infinitely spooling interpreter? eblade 3 2,646 Jul-11-2019, 06:58 PM
Last Post: eblade
  Why is virtualenv not by default relocatable? bpostow 1 2,201 Mar-08-2019, 06:57 PM
Last Post: bpostow
  opencv without virtualenv tony1812 0 3,027 Jan-20-2018, 12:42 AM
Last Post: tony1812
  virtualenv activate.ps1 hash error po20 2 3,765 Jan-13-2018, 09:21 AM
Last Post: po20

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020