Skip to content

Commit

Permalink
Merge pull request Homebrew#821 from chhantyal/patch-1
Browse files Browse the repository at this point in the history
Do not recommend pydistutils.cfg hack, this breaks default pip command
  • Loading branch information
tdsmith authored Nov 7, 2016
2 parents b7abd33 + b0bdee4 commit 89e8222
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/Homebrew-and-Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ A possible workaround (which puts executable scripts in `~/Library/Python/<X>.<Y

pip install --user --install-option="--prefix=" <package-name>

You can make this "empty prefix" the default by adding a `~/.pydistutils.cfg` file with the following contents:

[install]
prefix=

## `site-packages` and the `PYTHONPATH`

The `site-packages` is a directory that contains Python modules (especially bindings installed by other formulae). Homebrew creates it here:
Expand Down

0 comments on commit 89e8222

Please sign in to comment.