2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ubuntu に typesafe-activator のインストール

2
Posted at

環境

cat /etc/lsb-release
# DISTRIB_ID=Ubuntu
# DISTRIB_RELEASE=14.04
# DISTRIB_CODENAME=trusty
# DISTRIB_DESCRIPTION="Ubuntu 14.04.4 LTS"
arch
# x86_64
echo $SHELL
# /usr/bin/fish

typesafe-activator のインストール

Scala のビルドツール
version はここで確認 (2016/7/6 現在 version 1.3.10)

wget https://downloads.typesafe.com/typesafe-activator/1.3.10/typesafe-activator-1.3.10-minimal.zip
unzip typesafe-activator-1.3.10-minimal.zip
mv typesafe-activator-1.3.10-minimal.zip
sudo mv activator-1.3.10-minimal /opt/
sudo ln -sf /opt/activator-1.3.10-minimal/bin/activator /usr/local/bin/activator
2
2
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?