[yt-svn] commit/yt: brittonsmith: Adding setting of paths to install script to fix matplotlib install issue.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Nov 6 08:28:14 PST 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/acc3d60fcb43/
Changeset:   acc3d60fcb43
Branch:      yt
User:        brittonsmith
Date:        2013-11-06 15:55:54
Summary:     Adding setting of paths to install script to fix matplotlib install issue.
Affected #:  1 file

diff -r 3c63b626c9f2aca10dcf199f65f1e9c0d7e1a67e -r acc3d60fcb431790aa34cae84cf7443eb1469e9c doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -555,6 +555,11 @@
 echo 'de6d8c6ea849f0206d219303329a0276b3cce7c051eec34377d42aacbe0a4f47ac5145eb08966a338ecddd2b83c8f787ca9956508ad5c39ee2088ad875166410  xray_emissivity.h5' > xray_emissivity.h5.sha512
 get_ytdata xray_emissivity.h5
 
+# Set paths to what they should be when yt is activated.
+export PATH=${DEST_DIR}/bin:$PATH
+export LD_LIBRARY_PATH=${DEST_DIR}/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=${DEST_DIR}/lib/python2.7/site-packages
+
 mkdir -p ${DEST_DIR}/src
 cd ${DEST_DIR}/src

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