Last active
December 9, 2015 15:00
-
-
Save thuongdinh-agilityio/5a53e700d863dcf422c5 to your computer and use it in GitHub Desktop.
bash_installation_scripts_ubuntu
This file contains 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 apt-get install python-pip -y | |
sudo pip install -U docker-compose==1.4.0 |
This file contains 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 -o- https://raw.githubusercontent.com/creationix/nvm/v0.27.1/install.sh | bash | |
. ~/.nvm/nvm.sh | |
nvm install stable | |
nvm alias default stable | |
echo ". ~/.nvm/nvm.sh" >> ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment