Changes between Version 1 and Version 2 of MakeLocalPythonRepo


Ignore:
Timestamp:
09/15/14 16:06:50 (10 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MakeLocalPythonRepo

    v1 v2  
    22To create packages necessary for pip installation.
    33
    4   1.  To get the dependencies of a python package to install, the pip version needs to be 1.1 or greater, pip --version
     4  1.  To get the dependencies of a python package to install, the pip version needs to be 1.1 or greater, pip --version 
     5      To upgrade:  sudo pip install --upgrade pip.  But then it might be best to reboot the box.  Refer to this page: http://unix.stackexchange.com/questions/36710/how-can-i-upgrade-pip-on-ubuntu-10-04
    56
    67  2.  We generally have an issue with that because the pip that gets installed is version 1.0.  Refer to this page: http://stackoverflow.com/questions/7300321/how-to-use-pythons-pip-to-download-and-keep-the-zipped-files-for-a-package