mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
Fix instructions for Debian/Ubuntu to have shims ahead of ~/.local/bin (#1977)
Debian/Ubuntu's stock `~/.bashrc` prepends `~/.local/bin` to `PATH` towards its end if it exists. Executables for per-user modules for system Python are installed into `~/.local/bin` -- so need to prepend `shims` to `PATH` later that that. Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
This commit is contained in:
parent
f81bffc95e
commit
fadb3f3389
Loading…
Reference in a new issue