Last active
September 3, 2016 00:14
-
-
Save miguelludert/5d9131fc075a7c8e4f2f5aa16cb6d731 to your computer and use it in GitHub Desktop.
Set up virtualenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
virtualenv --no-site-packages ./ | |
. bin/activate | |
pip install nodeenv | |
nodeenv --node=X.X.X -p | |
npm install -g npm | |
git clone [email protected]:your-user/ua-b2c.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment