- Timestamp:
- 15 Jan 2012, 15:58:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/branches/ulif-stress-multimech/README.txt
r7478 r7479 107 107 ===== 108 108 109 Installing matplotlib with buildout (notes)110 ----------------------------------- --------109 Installing matplotlib with buildout 110 ----------------------------------- 111 111 112 112 To install `waeup.stresstest` you need matplotlib which in turn … … 118 118 119 119 http://comments.gmane.org/gmane.comp.python.distutils.devel/13590 120 121 Installing on an old Ubuntu with virtualenv 122 ------------------------------------------- 123 124 Just for the logs, this is what I did to make it work:: 125 126 $ virtualenv --no-site-packages -p <PATH-TO-PYTHON-2.6> sandbox26 127 $ source sandbox26/bin/activate 128 $ pip install mechanize 129 $ pip install numpy 130 $ pip install matplotlib 131 132 Then (on a different shell): 133 134 - Started waeup.sirp:: 135 136 $ ./bin/sirpctl fg 137 138 139 - Added a University instance named 'app-stress' 140 141 Back on the first shell:: 142 143 $ python multi-mechanize.py sirp1 144
Note: See TracChangeset for help on using the changeset viewer.