Last active
          December 27, 2015 04:29 
        
      - 
      
 - 
        
Save keyvec/7267670 to your computer and use it in GitHub Desktop.  
    Mac dev
  
        
  
    
      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
    
  
  
    
  | sudo chown -R `whoami` /usr/local | |
| ruby <(curl -fsSk https://raw.github.com/mxcl/homebrew/go) | |
| export PATH="/usr/local/bin:/usr/local/sbin:$PATH" | 
  
    
      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
    
  
  
    
  | curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh | 
  
    
      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
    
  
  
    
  | sudo easy_install virtualenv | |
| brew install python python3 | |
| virtualenv py27 --python=python2.7 | |
| virtualenv py33 --python=python3.3 | |
| sudo easy_install pythonbrew | |
| # add to .bashrc or .zshrc | |
| [[ -s "$HOME/.pythonbrew/etc/bashrc" ]] && source "$HOME/.pythonbrew/etc/bashrc" | 
  
    
      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
    
  
  
    
  | curl -L https://get.rvm.io | bash -s stable --ruby | |
| gem sources --remove http://rubygems.org/ | |
| gem sources -a http://ruby.taobao.org/ | |
| gem sources -l | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment