126
edits
Line 140: | Line 140: | ||
===To make it play nice with python, I have had to do the following: === | ===To make it play nice with python, I have had to do the following: === | ||
perl pi -e 's|PYTHONHOME=\$COOT_PREFIX|\#PYTHONHOME=\$COOT_PREFIX|g' bin/coot | perl -pi -e 's|PYTHONHOME=\$COOT_PREFIX|\#PYTHONHOME=\$COOT_PREFIX|g' bin/coot | ||
cp src/coot.py python/. | cp src/coot.py python/. | ||
cp src/coot.py share/coot/python/. | cp src/coot.py share/coot/python/. | ||
===Now add the reference structures: === | ===Now add the reference structures: === | ||
cd share/coot | cd share/coot |
edits