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

Closed
rougeth opened this issue Mar 14, 2014 · 2 comments
Closed

Comments

@rougeth
Copy link

rougeth commented Mar 14, 2014

Issue by macagua from Friday Dec 20, 2013 at 22:41 GMT
Originally opened as TracyWebTech#149


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?

@rougeth
Copy link
Author

rougeth commented Mar 14, 2014

Comment by seocam from Tuesday Jan 14, 2014 at 17:54 GMT


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

@rougeth rougeth closed this as completed Jun 13, 2014
@rougeth
Copy link
Author

rougeth commented Jun 13, 2014

@macagua, still having problems with virtualenvwrapper?
I'm closing this issues.

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

1 participant