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
  Show powershell errors in flask-wtf web form robertkwild 14 2,758 Jun-30-2024, 03:15 PM
Last Post: robertkwild
  Cant get powershell script to run with subprocess robertkwild 2 1,490 Jun-27-2024, 01:23 PM
Last Post: robertkwild
  Running powershell command in flask wtf form robertkwild 10 2,472 Jun-27-2024, 09:49 AM
Last Post: robertkwild
  Passing web form to powershell robertkwild 1 997 Jun-14-2024, 10:16 AM
Last Post: Akshiya
  using PowerShell from Python script for mounting shares tester_V 8 2,429 Mar-12-2024, 06:26 PM
Last Post: tester_V
  PowerShell & Python deep_logic 2 1,788 Jun-06-2023, 06:34 AM
Last Post: buran
  How to write a part of powershell command as a variable? ilknurg 2 1,934 Jul-26-2022, 11:31 AM
Last Post: ilknurg
Photo Windows 10 PowerShell doesn't work Amy 3 4,912 Apr-27-2021, 01:33 PM
Last Post: jefsummers
  Installing PIP and setting up virtualenv steveholland68 1 3,087 Aug-08-2019, 05:52 PM
Last Post: snippsat
  python -m venv VS virtualenv kazi380 4 4,038 Jul-17-2019, 08:51 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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