Author: tlinnet
Date: Sun Oct  2 23:51:49 2016
New Revision: 28242

URL: http://svn.gna.org/viewcvs/relax?rev=28242&view=rev
Log:
Adding installation of matlotlib to Redhat 6, python 2.7.

Modified:
    
trunk/devel_scripts/deploy_scripts/deploy_google_computing_redhat_6_86_x64_upgrade_python.sh

Modified: 
trunk/devel_scripts/deploy_scripts/deploy_google_computing_redhat_6_86_x64_upgrade_python.sh
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/deploy_scripts/deploy_google_computing_redhat_6_86_x64_upgrade_python.sh?rev=28242&r1=28241&r2=28242&view=diff
==============================================================================
--- 
trunk/devel_scripts/deploy_scripts/deploy_google_computing_redhat_6_86_x64_upgrade_python.sh
        (original)
+++ 
trunk/devel_scripts/deploy_scripts/deploy_google_computing_redhat_6_86_x64_upgrade_python.sh
        Sun Oct  2 23:51:49 2016
@@ -55,6 +55,10 @@
 
   # Install python epydoc
   sudo -- sh -c 'source scl_source enable python27; pip install epydoc'
+
+  # matplotlib
+  sudo yum-builddep python-matplotlib
+  sudo -- sh -c 'source scl_source enable python27; pip install matplotlib'
 }
 
 function getversions {


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to