Script to install Fiji on your linux machine

121 views
Skip to first unread message

Dilawar Singh

unread,
May 7, 2015, 12:06:03 PM5/7/15
to pn...@googlegroups.com

Use this script to install fiji. Go to the folder where you have saved the script:

$ chmod +x install_fiji.sh
$
./install_fiji.sh


It will download (using wget) and install fiji. Make sure you have set the $http_proxy . 

$ export http_proxy=http://proxy.ncbs.res.in:3128


The installation directory will be ~/.local/bin . After installation,  open new terminal, and launch fiji

$ fiji

If you have any issue, please do write back to this email.

Dilawar Singh

unread,
May 8, 2015, 2:55:06 AM5/8/15
to pn...@googlegroups.com, dilawar....@gmail.com
As Kuldeep pointed out. Environment variable $PATH is not updated by script, therefore fiji won't launch in terminal. You can do it manually as well.

Open .bashrc file.

$ gedit ~/.bashrc


And append the following line 

export PATH=$HOME/.local/bin:$PATH

Close gedit, and relaunch the terminal. And you are done.

best,
     Dilawar 

Kuldeep Sachdeva

unread,
May 8, 2015, 3:03:35 AM5/8/15
to pn...@googlegroups.com
It worked :) Thanks Dilawar.

--
You received this message because you are subscribed to the Google Groups "Programming and Computing Group, NCBS Bangalore" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pncg+uns...@googlegroups.com.
To post to this group, send email to pn...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
With regards,
Kuldeep
Research Scholar
NCBS, Bangalore
Reply all
Reply to author
Forward
Message has been deleted
Message has been deleted
0 new messages