1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-18 00:03:45 -05:00

Simplify resolving symlinks, remove native extension (#1428)

This commit is contained in:
Mislav Marohnić
2022-09-22 11:34:02 +02:00
committed by GitHub
parent 56a440e4a7
commit 117a381575
13 changed files with 27 additions and 864 deletions

View File

@@ -197,13 +197,6 @@ a systemwide install.
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
```
Optionally, try to compile dynamic bash extension to speed up rbenv. Don't
worry if it fails; rbenv will still work normally:
```sh
cd ~/.rbenv && src/configure && make -C src
```
2. Add `~/.rbenv/bin` to your `$PATH` for access to the `rbenv`
command-line utility.