diff options
| author | Tim D. Smith | 2016-11-07 06:58:05 -0800 |
|---|---|---|
| committer | GitHub | 2016-11-07 06:58:05 -0800 |
| commit | 89e82226c636027471a10d68c8b42f97a4c2cb8b (patch) | |
| tree | 5ad4c653c006456ecded67d2b32ee69f618a94ac /docs/Homebrew-and-Python.md | |
| parent | b7abd33475b98598b414f9c4ee2e20249855437b (diff) | |
| parent | b0bdee46d1c55268398f139f9cff4caac108b5ae (diff) | |
| download | brew-89e82226c636027471a10d68c8b42f97a4c2cb8b.tar.bz2 | |
Merge pull request #821 from chhantyal/patch-1
Do not recommend pydistutils.cfg hack, this breaks default pip command
Diffstat (limited to 'docs/Homebrew-and-Python.md')
| -rw-r--r-- | docs/Homebrew-and-Python.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/Homebrew-and-Python.md b/docs/Homebrew-and-Python.md index 5b8676dbc..2500b8592 100644 --- a/docs/Homebrew-and-Python.md +++ b/docs/Homebrew-and-Python.md @@ -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: |
