Merge pull request #7906 from miccal/pythondoc

Update Homebrew-and-Python.md
This commit is contained in:
Mike McQuaid 2020-07-06 09:13:15 +01:00 committed by GitHub
commit 0dc8a61a47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,13 +24,13 @@ The Python formulae install [pip](https://pip.pypa.io/) (as `pip3`) and [Setupto
Setuptools can be updated via pip3, without having to re-brew Python:
```sh
python3 -m pip3 install --upgrade setuptools
python3 -m pip install --upgrade setuptools
```
Similarly, pip3 can be used to upgrade itself via:
```sh
python3 -m pip3 install --upgrade pip3
python3 -m pip install --upgrade pip
```
## `site-packages` and the `PYTHONPATH`