how to open vapor interface in ubuntu 16.04?

3 posts / 0 new
Last post
devshreemandal_...
how to open vapor interface in ubuntu 16.04?
I have installed binary distribution in my /usr/local path. I have executed the sh file. But how to open vapor interface?
pearse

Check out our binary installation guide for Linux, linked below.  Let us know if you run into any problems and we can sort them out from there.  Good luck!

 

https://www.vapor.ucar.edu/docs/vapor-installation/vapor-unix-binary-ins...

devshreemandal_...

I have followed every step of the installation guide. Here are all steps:

gradient:~/Downloads$ gunzip vapor-2.6.0-RH7-Linux_x86_64.tar.gz
gradient:~/Downloads$ tar xf vapor-2.6.0-RH7-Linux_x86_64.tar
gradient:~/Downloads$ cd vapor-2.6.0-Linux_x86_64/
gradient:~/Downloads/vapor-2.6.0-Linux_x86_64$ ./vapor-install.sh/usr/local
bash: ./vapor-install.sh/usr/local: No such file or directory
gradient:~/Downloads/vapor-2.6.0-Linux_x86_64$ ./vapor-install.sh /usr/local
bash: ./vapor-install.sh: No such file or directory
gradient:~/Downloads/vapor-2.6.0-Linux_x86_64$ ./vapor-install.csh /usr/local
directory = /usr/local/vapor-2.6.0
mkdir: cannot create directory ‘/usr/local/vapor-2.6.0’: Permission denied
./vapor-install.csh : /usr/local/vapor-2.6.0 is not a directory
gradient:~/Downloads/vapor-2.6.0-Linux_x86_64$ sudo ./vapor-install.csh /usr/local
[sudo] password for devshree:
directory = /usr/local/vapor-2.6.0
Installing VAPOR to /usr/local/vapor-2.6.0
gradient:~/Downloads/vapor-2.6.0-Linux_x86_64$ . /usr/local/vapor-2.6.0/bin/vapor-setup.sh
gradient:~/Downloads/vapor-2.6.0-Linux_x86_64$