Skip to content

Instantly share code, notes, and snippets.

@pogorelov-ss
Created August 2, 2017 15:19
Show Gist options
  • Save pogorelov-ss/abaee250c10a5d443f4335745d57b727 to your computer and use it in GitHub Desktop.
Save pogorelov-ss/abaee250c10a5d443f4335745d57b727 to your computer and use it in GitHub Desktop.
sudo yum install git
sudo yum install mysql56
sudo yum install gcc
curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
# nano -- edit profile
exit
sudo yum install zlib-devel
sudo yum inssudo yum install readline-devel
sudo yum install readline-devel
sudo yum install sqlite-devel
pyenv install 3.6.2
pyenv virtualenv 3.6.2 buildbot
git clone git@github.com:Decorist/Decorist-Django.git
cd Decorist-Django/
cd projBuildbot/
sudo pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment