[yt-svn] commit/yt: xarthisius: [install_script] append DEST_DIR/bin to PATH in order to use freshly installed Forthon. Fixes #514

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Feb 27 11:51:48 PST 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/e0d52392b85c/
changeset:   e0d52392b85c
branch:      yt
user:        xarthisius
date:        2013-02-27 20:44:41
summary:     [install_script] append DEST_DIR/bin to PATH in order to use freshly installed Forthon. Fixes #514
affected #:  1 file

diff -r d152218599e22c48bc8b09a8a80d369e89ce15cf -r e0d52392b85c4eaf8fda066317d06397640f4787 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -841,7 +841,7 @@
 echo $HDF5_DIR > hdf5.cfg
 [ $INST_PNG -eq 1 ] && echo $PNG_DIR > png.cfg
 [ $INST_FTYPE -eq 1 ] && echo $FTYPE_DIR > freetype.cfg
-( ${DEST_DIR}/bin/python2.7 setup.py develop 2>&1 ) 1>> ${LOG_FILE} || do_exit
+( export PATH=$DEST_DIR/bin:$PATH ; ${DEST_DIR}/bin/python2.7 setup.py develop 2>&1 ) 1>> ${LOG_FILE} || do_exit
 touch done
 cd $MY_PWD

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list