Getting started with the OpenHatch code (moved): Difference between revisions

imported>Paulhomebus
imported>Paulhomebus
Line 62:
cd oh-mainline
mkvirtualenv --no-site-packages openhatch
mkdir ~/.virtualenvs
#use the command <code>workon openhatch</code>, only if your prompt hasn't got (openhatch)user@host:~/oh-mainline/$
workon openhatch
python boostrapbootstrap.py
deactivate
</pre>
 
That ''boostrapsbootstraps'' your environment so that it will always use the virtualenv. Now, just run:
 
<pre>
Anonymous user