Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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