Update Ghana Installation software authored by ndomassi.tando_ird.fr's avatar ndomassi.tando_ird.fr
......@@ -474,9 +474,11 @@ $~ make install
Add /usr/local/bioinfo/R-3.5.1/bin to the path :
Add these variables to the path :
echo 'export PATH=/usr/local/bioinfo/R-3.5.1/bin/:$PATH' >>/etc/profile
echo 'export LD_LIBARY_PATH=/usr/local/bioinfo/R-3.5.1/lib:$LD_LIBRARY_PATH' >>/etc/profile
echo 'export R_HOME=/usr/local/bioinfo/R-3.5.1/' >>/etc/profile
source /etc/profile
......
......