Skip to content

Instantly share code, notes, and snippets.

@krono
Created August 10, 2015 20:19
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 krono/9784dfd0adde82c31e7a to your computer and use it in GitHub Desktop.
Save krono/9784dfd0adde82c31e7a to your computer and use it in GitHub Desktop.
virtualenv…
#!/bin/sh
# this was done a long time ago
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install pypy
# use system python for virtualenv
sudo easy_install pip
# probably some updates here?
sudo pip install virtualenv
virtualenv -p pypy something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment