mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-14 14:23:53 -05:00
Updated Home (markdown)
10
Home.md
10
Home.md
@@ -27,7 +27,15 @@ environment.
|
|||||||
curl https://pyenv.run | bash
|
curl https://pyenv.run | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
`xcode-select --install` might not be available on older macOS's so use [this script](https://gist.github.com/rtrouton/f92f263414aaeb946e54) instead or [this page](https://xcodereleases.com/)
|
`xcode-select --install` might not be available on older macOS's so use [this script](https://gist.github.com/rtrouton/f92f263414aaeb946e54) instead or [this page](https://xcodereleases.com/) as well as directly from Apple downloads:
|
||||||
|
|
||||||
|
https://xcodereleases.com/
|
||||||
|
|
||||||
|
And search for:
|
||||||
|
```
|
||||||
|
command line tools <version number>
|
||||||
|
```
|
||||||
|
like `command line tools 10.9`
|
||||||
|
|
||||||
For dependencies use [MacPorts](https://www.macports.org/install.php):
|
For dependencies use [MacPorts](https://www.macports.org/install.php):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user