Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kapilt
Created September 24, 2014 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kapilt/97cdf32a3ac6b292e3ed to your computer and use it in GitHub Desktop.
Save kapilt/97cdf32a3ac6b292e3ed to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get install python-virtualenv
virtualenv tosca-dev
source tosca-dev/bin/activate
git clone https://github.com/stackforge/heat-translator.git
# Edit access
git clone git@github.com:juju/juju-tosca.git
cd heat-translator
python setup.py develop
cd ../juju-tosca
pip freeze > requirements.txt
git add requirements.txt
git commit -m "capture requirements"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment