Skip to content

Instantly share code, notes, and snippets.

@miguelludert
Last active September 3, 2016 00:14
Show Gist options
  • Save miguelludert/5d9131fc075a7c8e4f2f5aa16cb6d731 to your computer and use it in GitHub Desktop.
Save miguelludert/5d9131fc075a7c8e4f2f5aa16cb6d731 to your computer and use it in GitHub Desktop.
Set up virtualenv
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