Contributing to Mesos CLI: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>LishaR
imported>LishaR
Line 8: Line 8:


Once you have pip installed, you can install virtualenv by running:
Once you have pip installed, you can install virtualenv by running:
pip install virtualenv
<br>pip install virtualenv


If it says you don't have the privileges, then run:
If it says you don't have the privileges, then run:
sudo pip install virtualenv
<br>sudo pip install virtualenv

Revision as of 05:56, 21 November 2014

Back to the list of projects

What to install before the workshop

Make sure you have pip and virtualenv installed.

You can install pip here: http://pip.readthedocs.org/en/latest/installing.html

Once you have pip installed, you can install virtualenv by running:
pip install virtualenv

If it says you don't have the privileges, then run:
sudo pip install virtualenv