Skip to content

Instantly share code, notes, and snippets.

@nukosuke
Created April 24, 2016 05:21
Show Gist options
  • Save nukosuke/65ab069864739853f1a93ad47dca9c35 to your computer and use it in GitHub Desktop.
Save nukosuke/65ab069864739853f1a93ad47dca9c35 to your computer and use it in GitHub Desktop.
setup scala env
#!/bin/sh
https://downloads.typesafe.com/typesafe-activator/1.3.10/typesafe-activator-1.3.10.zip
unzip typesafe-activator-1.3.10.zip
mv typesafe-activator-1.3.10 $HOME/.activator
echo 'export "PATH=$PATH:$HOME/.activator/bin"' >> $HOME/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment