Changes between Version 2 and Version 3 of ExternalPythonPackages


Ignore:
Timestamp:
Mar 13, 2012, 2:29:09 PM (12 years ago)
Author:
maphew
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExternalPythonPackages

    v2 v3  
    1414curl http://python-distribute.org/distribute_setup.py | python
    1515curl --insecure https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
     16}}}
    1617
    17 rem Create a batch file to run pip:
     18Create a batch file to run pip:
     19{{{
    1820copy con %osgeo4w_root%\bin\pip.bat
    1921%pythonhome%\Scripts\pip.exe %*[ctrl-Z]
     
    2123(recipe adapted from [http://www.pip-installer.org/en/latest/installing.html pip install instructions])
    2224
    23 Now you can install (or remove) what you're really after:
     25Now you can install (or remove) what you're really after 
     26(ipython - Productive Interactive Computing, a great python shell):
    2427{{{
    25 rem ipython - Productive Interactive Computing, a great python shell
    2628pip install ipython
    2729pip uninstall foobar
     
    3133It's a good idea to run from a temp or scratch directory because a failed build will leave files behind (and a great many of the packages fail).
    3234
    33 
    34