Skip to main content

All Questions

Tagged with
1 vote
0 answers
129 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
452 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
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
1 vote
1 answer
460 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
2 votes
1 answer
4k views

bash -c "workon" return: "command not found"

Using "workon" in bash result in list on envs. bash> workon project_1 When trying via bash -c, error is returned. bash> bash -c "workon" bash: workon: command not found Edit 1: More ...
elpddev's user avatar
  • 292
3 votes
1 answer
9k views

shell environment setup for virtualenv/virtualenvwrapper

The question is about shell setup for virtualenvwrapper, an extension to virtualenv (python guide). Similar questions had been asked many times but with a lot with different answers: Environment ...
hute37's user avatar
  • 101
17 votes
6 answers
25k views

bash shell error: "no such file or directory"

I am trying to install Virtualenv wrapper on Ubuntu 14.04. But whenever I start a terminal, I get the error saying bash: /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh: No such file or ...
Abhishek Singh's user avatar
11 votes
2 answers
5k views

Hook into "command not found" handler in Ubuntu

I want to hook into the handler for command not found wim@SDFA100461C:~$ thing No command 'thing' found, did you mean: Command 'tping' from package 'lam-runtime' (universe) Command 'thin' from ...
wim's user avatar
  • 3,197