Skip to content

Instantly share code, notes, and snippets.

@joellobo
Created November 27, 2018 17:02
Show Gist options
  • Save joellobo/13f4b55aaf4c518f5981c1b831ea2050 to your computer and use it in GitHub Desktop.
Save joellobo/13f4b55aaf4c518f5981c1b831ea2050 to your computer and use it in GitHub Desktop.
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