Le 04/11/2024 à 23:21, Li, Zhen via AMBER a écrit :
> export PATH="/<path_to_bzip2>/bzip2/bin:$PATH"
> export LD_LIBRARY_PATH="/<path_to_bzip2>/bzip2/lib:$LD_LIBRARY_PATH"
Dear all,
I would recommend doing the addition the other way around (bz2 dir
AFTER), since bash will follow the PATH order.
Otherwise you may encounter strange results with other programs...
I encoutner this problem many times with my students and sometimes with
my colleagues too :-)
export PATH="$PATH:/<path_to_bzip2>/bzip2/bin"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/<path_to_bzip2>/bzip2/lib"
HTH,
Stéphane
--
Maître de conférences Hors Classe, PEDR, HDR
US2B, Nantes Université, CNRS, UMR 6286, Team Structural Bioinformatics, F-44000 Nantes
http://www.us2b.univ-nantes.fr/ -http://www.steletch.org
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Fri Nov 08 2024 - 01:30:02 PST