Skip to content

Instantly share code, notes, and snippets.

@MichaelSnowden
Created January 20, 2014 10:11
Show Gist options
  • Save MichaelSnowden/8517764 to your computer and use it in GitHub Desktop.
Save MichaelSnowden/8517764 to your computer and use it in GitHub Desktop.
This is what happened when I tried running fab vagrant:honza bootstrap
[localhost] local: vagrant ssh-config
[localhost] local: vagrant ssh-config
[vagrant@127.0.0.1:2200] run: test -e /opt/example/apps/example/src || ln -s /vagrant/src /opt/example/apps/example/src
[vagrant@127.0.0.1:2200] out: /home/vagrant/.bashrc: line 34: cd: /opt/example/apps/example/src: No such file or directory
[vagrant@127.0.0.1:2200] out: /home/vagrant/.bashrc: line 34: cd: /opt/example/apps/example/src: No such file or directory
[vagrant@127.0.0.1:2200] out:
[vagrant@127.0.0.1:2200] run: pip install -r requirements.txt
[vagrant@127.0.0.1:2200] out: /home/vagrant/.bashrc: line 34: /opt/example/venvs/example/bin/activate: No such file or directory
[vagrant@127.0.0.1:2200] out: /home/vagrant/.bashrc: line 34: /opt/example/venvs/example/bin/activate: No such file or directory
[vagrant@127.0.0.1:2200] out: /bin/bash: /opt/example/venvs/example/bin/activate: No such file or directory
[vagrant@127.0.0.1:2200] out:
Fatal error: run() received nonzero return code 1 while executing!
Requested: pip install -r requirements.txt
Executed: /bin/bash -l -c "cd /opt/example/apps/example/src && source /opt/example/venvs/example/bin/activate && pip install -r requirements.txt"
Aborting.
Disconnecting from vagrant@127.0.0.1:2200... done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment