Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
4 questions with no upvoted or accepted answers
1 vote
0 answers
131 views

Unable to set python environments with old interpreters

I have installed virtualenvwrapper on Arch Linux, as well as the AUR repository python38 so I can set an environment and work with TensorFlow. I have set up .bashrc as usually recommended on the docs ...
manoelpqueiroz's user avatar
1 vote
1 answer
457 views

my virtual environment cannot be found

I'm on a PC windows 10 and always open git bash, then source activate my-env and open a jupyter notebook; somehow my-env broke and I get this error: "C:\bld\conda_1565126647711_h_env/etc/profile.d/...
Matan's user avatar
  • 23
1 vote
1 answer
464 views

lost virtualenv display to the left of bash prompt

I added thy Holy prompt to display my current branch so I never push to master. We all use it and it works, but I am no-longer seeing what virtualenv I'm using at the moment, which is a hassle. Based ...
codyc4321's user avatar
  • 410
0 votes
0 answers
1k views

Remove Python alias to use virtualenv for Python

When I install virtualenv and activate it which python returns my /usr/bin/python. I read here it is because I have python alias in my bash startup scipt and virtualenv doesn't work with it. However, ...
Hrvoje T's user avatar
  • 1,949