Usr/local/bin/virtualenvwrapper.sh No Such File Or Directory
Nov 17, 2017 - Driver Restore Search-powerworld Simulator 17.0 full version download including crack serial keygen. Power World SimulatorOur results are. Download a power world simulator with crack song off of youtube useing mediapirate.org. Nelly Furtado Prize Pack. Firefox Video Download is a 1992 Hong. Powerworld simulator crack. This version is licensed for educational use and evaluation purposes only. It includes most of the available Simulator add-ons (Available Transfer Capability. Aug 27, 2013 - Software. PowerWorld Simulator 17 (Full Version). OS Supported.
May 27, 2018 - Bash: /usr/bin/virtualenvwrapper.sh: No such file or directory. Murlan card games. Ask Question. Up vote 1 down vote favorite. Also check /etc/bash.bashrc for any. Bash: /usr/local/bin/python: No such file or directory virtualenvwrapper.sh: There was a problem running the initialization hooks. If Python could not import the module virtualenvwrapper.hook_loader.
I use Virtualenv and VirtualenvWrapper on my local machines and find them wonderful tools. I am trying to set the same up on a virtual machine running Ubuntu 12.04 server and Apache for my production Python applications.
Virtualenv is working fine. But I am having issues configuring VirtualenvWrapper. I have installed it via pip. pip freeze
gives me
I have followed the instructions on the documentation
NOTE: See Edit below virtualenvwrapper was actually installed via apt-get. i did follow the rest fo the instructions though.
but when I try the next step
I get an error
My /usr/local/bin/
only has one file in it django-admin.py
The documentation states
First, some initialization steps. Most of this only needs to be done one time. You will want to add the command to source /usr/local/bin/virtualenvwrapper.sh to your shell startup file, changing the path to virtualenvwrapper.sh depending on where it was installed by pip.
How can i find the location of this file?
Using find / -name 'virtualenvwrapper.sh'
just outputs a list of Permission denied
errors
Running find / -name virtualenvwrapper
gives me
Any advice on how to find the file would be great
EDIT:
I actually installed virtualenvwrapper via apt-get due to an issue with my proxy
Possibly this pits the virtualenvwrapper.sh
in a different place?
1 Answer
Read the README.Debian
of the package you installed (and generally whenever you install an unfamiliar package). It is in /usr/share/doc/virtualenvwrapper
and it tells you that the file you are looking for is installed in /etc/bash_completion.d/virtualenvwrapper
.
See also https://askubuntu.com/questions/251378/where-is-virtualenvwrapper-sh
Not the answer you're looking for? Browse other questions tagged ubuntuubuntu-12.04virtualenvwrapper or ask your own question.
I've had many properly working virtualenvs, but from today, they give me an error. I've tried reinstalling pip and virtualenvwrapper with easy_install -U, but the error remained. Any ideas?
closed as too localized by Wooble, Martijn Pieters♦, User97693321, mplungjan, Frank van PuffelenDec 3 '12 at 18:37
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. If this question can be reworded to fit the rules in the help center, please edit the question.
1 Answer
You are trying to run virtualenv
in a directory that has been removed. Recreate the directory, or use cd
to go to an existing directory instead.