Created
November 27, 2018 17:02
-
-
Save joellobo/13f4b55aaf4c518f5981c1b831ea2050 to your computer and use it in GitHub Desktop.
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 apt-get install git | |
sudo apt-get update | |
sudo apt-get install clang libicu-dev libpython2.7 | |
wget https://swift.org/builds/swift-4.2.1-release/ubuntu1804/swift-4.2.1-RELEASE/swift-4.2.1-RELEASE-ubuntu18.04.tar.gz | |
tar xzf swift-4.2.1-RELEASE-ubuntu18.04.tar.gz | |
echo 'export PATH=/home/64943127304/Documentos/swift-4.2.1-RELEASE-ubuntu18.04/usr/bin:"${PATH}"' >> ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment