mailr28242 - /trunk/devel_scripts/deploy_scripts/deploy_google_computing_redhat_6_86_x64_upgrade_python.sh


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by tlinnet on October 02, 2016 - 23:51:
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 {




Related Messages


Powered by MHonArc, Updated Mon Oct 03 01:20:09 2016