Update Homebrew-and-Python.md
This commit is contained in:
parent
ed8c2616ca
commit
3bb2c06a08
@ -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:
|
Setuptools can be updated via pip3, without having to re-brew Python:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
python3 -m pip3 install --upgrade setuptools
|
python3 -m pip install --upgrade setuptools
|
||||||
```
|
```
|
||||||
|
|
||||||
Similarly, pip3 can be used to upgrade itself via:
|
Similarly, pip3 can be used to upgrade itself via:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
python3 -m pip3 install --upgrade pip3
|
python3 -m pip install --upgrade pip
|
||||||
```
|
```
|
||||||
|
|
||||||
## `site-packages` and the `PYTHONPATH`
|
## `site-packages` and the `PYTHONPATH`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user