mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
Added some padding to the Mac OS X bulleted list item
parent
4b29825b81
commit
7caea6eb79
16
Home.md
16
Home.md
|
|
@ -27,17 +27,17 @@ environment.
|
|||
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/) as well as directly from Apple downloads:
|
||||
`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://developer.apple.com/download/more/
|
||||
https://developer.apple.com/download/more/
|
||||
|
||||
And search for:
|
||||
```
|
||||
command line tools <version number>
|
||||
```
|
||||
like `command line tools 10.9`
|
||||
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):
|
||||
|
||||
|
||||
sudo port install pkgconfig openssl zlib xz gdbm tcl tk +quartz sqlite3 sqlite3-tcl
|
||||
|
|
|
|||
Loading…
Reference in a new issue