Last active
          November 10, 2020 16:29 
        
      - 
      
- 
        Save bylatt/b0421d8af60e26d97372 to your computer and use it in GitHub Desktop. 
Revisions
- 
        Lattapon Yodsuwan revised this gist Sep 22, 2015 . No changes.There are no files selected for viewing
- 
        Lattapon Yodsuwan created this gist Sep 22, 2015 .There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ # install python 2.7.10 with pyenv on centos 7 yum install -y gcc gcc-c++ make git patch openssl-devel zlib-devel readline-devel sqlite-devel bzip2-devel git clone git://github.com/yyuu/pyenv.git ~/.pyenv echo 'export PATH="$HOME/.pyenv/bin:$PATH"' >> .bashrc echo 'eval "$(pyenv init -)"' >> .bashrc pyenv install 2.7.10 pyenv global 2.7.10 pyenv rehash 
 Lattapon Yodsuwan
              revised
            
            this gist
            
              Lattapon Yodsuwan
              revised
            
            this gist