Python Forum
Virtualenv and an infinitely spooling interpreter?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Virtualenv and an infinitely spooling interpreter?
#4
(Jul-11-2019, 10:29 AM)Larz60+ Wrote: can you create one using:
python -m venv myvirtualenv
?

Not sure why mine wasn't working, but this worked! Thank you so much! I've checked, and it activates perfect too.

Just for my own curiosity, the "-m" stands for make? Or something else?

Again, thank you!

I've gone through the rest by Snippsat...
(venv) F:\muddev\venv>pip -V
pip 19.1.1 from f:\muddev\venv\lib\site-packages\pip (python 3.7)
Installing collected packages: chardet, certifi, urllib3, idna, requests
Successfully installed certifi-2019.6.16 chardet-3.0.4 idna-2.8 requests-2.22.0 urllib3-1.25.3
>>> import requests
>>>
>>> requests.__version__
'2.22.0'
>>> exit()
So I've got a different number for my pip version from pip -V, but I'm guessing a later version is not an issue?

Just so pleased to actually be moving forwards once more :)
Reply


Messages In This Thread
RE: Virtualenv and an infinitely spooling interpreter? - by eblade - Jul-11-2019, 06:58 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Installing PIP and setting up virtualenv steveholland68 1 2,291 Aug-08-2019, 05:52 PM
Last Post: snippsat
  python -m venv VS virtualenv kazi380 4 3,031 Jul-17-2019, 08:51 PM
Last Post: Larz60+
  Why is virtualenv not by default relocatable? bpostow 1 2,247 Mar-08-2019, 06:57 PM
Last Post: bpostow
  opencv without virtualenv tony1812 0 3,069 Jan-20-2018, 12:42 AM
Last Post: tony1812
  virtualenv activate.ps1 hash error po20 2 3,835 Jan-13-2018, 09:21 AM
Last Post: po20
  virtualenv on powershell mcmxl22 3 6,405 Feb-08-2017, 06:29 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

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