I am trying to install an activator on my Linux system.
so first i install java
sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer
loaded successfully
then I downloaded the activator
sudo wget downloads.typesafe.com/typesafe-activator/1.3.4/ypesafe-activator-1.3.4.zip
then added path
export PATH=$PATH:/home/govind/activator-1.3.4/
then reload bash on
source ~/.bashrc
then I'm trying to start the activator
govind@LINUXSERVER :~$ sudo activator sudo: activator: command not found
I tried to print the path
govind@LINUXSERVER :~$ $PATH -bash: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/govind/activator-1.3.4/: No such file or directory
but
govind@LINUXSERVER :~$ ls /home/govind/activator-1.3.4/ activator activator-launch-1.3.4.jar README.html templates activator.bat LICENSE.html repository
but did not crown !! What am I missing?
java bash scala playframework typesafe-activator
Govind singh
source share