Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bash: /usr/local/bin/virtualenvwrapper.sh: No such file or directory #149

Open
macagua opened this issue Dec 20, 2013 · 2 comments
Open

Comments

@macagua
Copy link

macagua commented Dec 20, 2013

hi guys

I am trying to install with vagrant way:

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Clearing any previously set forwarded ports...
[default] Creating shared folders metadata...
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Forwarding ports...
[default] -- 22 => 2222 (adapter 1)
[default] -- 80 => 8080 (adapter 1)
[default] -- 7000 => 8000 (adapter 1)
[default] -- 5280 => 5280 (adapter 1)
[default] -- 8080 => 8081 (adapter 1)
[default] -- 8983 => 8983 (adapter 1)
[default] Running 'pre-boot' VM customizations...
[default] Booting VM...
[default] Waiting for machine to boot. This may take a few minutes...
[default] Machine booted and ready!
[default] The guest additions on this VM do not match the installed version of
VirtualBox! In most cases this is fine, but in rare cases it can
cause things such as shared folders to not work properly. If you see
shared folder errors, please update the guest additions within the
virtual machine and reload your VM.

Guest Additions Version: 4.2.0
VirtualBox Version: 4.3
[default] Mounting shared folders...
[default] -- /vagrant
[default] -- /tmp/vagrant-puppet/manifests
[default] -- /tmp/vagrant-puppet/modules-0

Then when I am running this command fab runserver show this error:

$ fab runserver
[127.0.0.1] Executing task 'runserver'
[127.0.0.1] run: mkvirtualenv colab
[127.0.0.1] out: bash: /usr/local/bin/virtualenvwrapper.sh: No such file or directory
[127.0.0.1] out: 


Fatal error: run() received nonzero return code 1 while executing!

Requested: mkvirtualenv colab
Executed: source /usr/local/bin/virtualenvwrapper.sh && mkvirtualenv colab

Aborting.
Disconnecting from [email protected]:2222... done.

I am following the follow instructions for Debian [0]

[0] http://colab.readthedocs.org/en/latest/debianwheezy.html

Any idea?

@seocam
Copy link
Member

seocam commented Jan 14, 2014

Probably the virtualnvwrapper on debian puts virtualenvwrapper.sh on another place. Maybe on /usr/bin/ instead /usr/local/bin/. Just a guess.

@yourmoonlight
Copy link

i use win7 ,On my computer it's /c/Python27/Scripts/virtualenvwrapper.sh and i get the next message about error: $ source /c/Python27/Scripts/virtualenvwrapper.sh sh.exe":mktemp:command not found ERROR: virtualenvwrapper could not create a temporary file name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants