Changes between Initial Version and Version 1 of Ticket #50058, comment 6


Ignore:
Timestamp:
Feb 3, 2016, 10:00:53 PM (8 years ago)
Author:
hmijail (Horacio Mijail Antón Quiles)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50058, comment 6

    initial v1  
    1 The "you can entirely break your macports installation" was scary, so I'd like to make sure that I got it right:
     1The "you can entirely break your macports installation" comment was scary, so I'd like to make sure that I got it right:
    22
    33One should NOT use pip to install packages on the macports directory tree (which is what a macports-installed pip would do by default!). The recommended procedure would be:
    4 * Install your python distribution and its pip (and probably its virtualenv)
     4* Install with macports your python distribution and its pip (and probably its virtualenv)
    55* Prepare a new place to install pip packages (like a virtualenv)
    66* Use pip to install the packages into the new place