Dear all,
There may be some minor mistakes in the SetPyRosettaEnvironment.sh in the r21 release of PyRosetta:
On line 34 “export LD_LIBRARY_PATH=$PYROSETTA/rosetta${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}”
$PYROSETTA is not added to the LD_LIBRARY_PATH and “libboost_python.so.1.55.0.so” is consequently not found.
Corrected: “export LD_LIBRARY_PATH=$PYROSETTA:$PYROSETTA/rosetta${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}”
(Or just move the offending so to rosseta subdir)
On line 35 “export PYROSETTA_DATABASE=$PYROSETTA/rosetta_database“, but the directory is named just “database”
Corrected: “export PYROSETTA_DATABASE=$PYROSETTA/database“
And I also had to delete the IPython directory, since on imports it was sometimes picking up the IPython version boundled with PyRosetta and not the 2.0.0 version i had installed systemwide.
This are all minor issues for the average unix user, but could deter some new users.
Best regards,
Ajasja