python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Python venv module not creating clean environment
I created a virtual environment using venv module of python.
python -m venv myenv
After activating environment using source myenv/bin/activate, I am getting systemwide packages already there in the ...
Pritalgo
Votes: 0
Answers: 0
'No such directory' when activating a Pipenv on Windows
I've created a pipenv environment and now I'm creating a shell script called bootstrap.sh to activate it and run a flask server, but the following line is producing an error
bootstrap.sh reads as foll...

John G.
Votes: 0
Answers: 0
Format python virtual environment name with shell variable PS1 on bash prompt
I'm trying to customize the bash prompt with the shell variable PS1.
How can I access the python virtual environment name to apply color formatting?
PS1 is set to: \u@\h in \W \$
I would expect the ou...
coemu
Votes: 0
Answers: 1
When a module is uninstalled on a virtual environment, does it remain uninstalled outside the virtualenv?
I have numpy 1.16 installed due to it being listed as the specific version that ought to be used for a program to function properly. After installing numpy 1.19 in a virtual environment, I noticed the...
gorn
Votes: 0
Answers: 1