Created
August 10, 2015 20:19
-
-
Save krono/9784dfd0adde82c31e7a to your computer and use it in GitHub Desktop.
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
#!/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