Changeset 638
- Timestamp:
- Sep 28, 2011 5:37:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
epd_deployment/add-ons.sh
r614 r638 42 42 PYTHON_EXECUTABLE=${PYTHON_DIR}/bin/python 43 43 EASY_INSTALL=${PYTHON_DIR}/bin/easy_install 44 ENPKG=${PYTHON_DIR}/bin/enpkg 44 45 if [ ! -f ${PYTHON_EXECUTABLE} ]; then 45 46 echo "Cannot find Python executable: ${PYTHON_EXECUTABLE}" … … 53 54 ################################################################################### 54 55 # 56 # install packages via Enthought's enpkg 57 # 58 # EPD hint for mysql-python 59 # edit ~/.enstaller4rc 60 # remove comment for "GPL-eggs" in IndexedRepos[] specification 61 62 ${ENPKG} mysql-python 63 64 ################################################################################### 65 # 55 66 # install packages via easy_install 56 67 # 57 68 58 69 # Ubuntu hint for mysql-python: sudo apt-get install libmysqlclient15-dev 59 ${EASY_INSTALL} -U mysql-python70 #${EASY_INSTALL} -U mysql-python 60 71 ${EASY_INSTALL} -U periodictable 61 72 # 2011-06-30,PRJ: manual install of PyEpics until my test #4 case becomes
Note: See TracChangeset
for help on using the changeset viewer.