python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to run a previous version of Python using virtualenv?
My native python installation is currently 3.10.2, however there is a program I need to use that is only compatible with 2.7-3.8. Rather than deleting my native installation and installing an outdated...
lcleary
Votes: 0
Answers: 1
How to use python poetry to install package to a virtualenv in a standalone fashion?
I've recently migrated to poetry for my dependencies management so pardon if my question is out of the scope of poetry here.
Final goal
My final goal is to create a RPM package that contains a virtual...
user2769077
Votes: 0
Answers: 1
Python cant find modules
I'm trying to run scripts for webscraping on my server (host/shared hosting) and they use something called virtualenv (I've done some research and its confusing...). However, I did install the require...
Patrick Tannoury
Votes: 0
Answers: 0
How to check the history of package versions in virtualenv?
I want to know what was the previous version of package that was installed in my vitrualenv before I have upgraded it.
Lets say I have lib==1.1.0 then I upgrade it using pip install upgrade lib==1.2.0...

Mateusz Dorobek
Votes: 0
Answers: 1