Просмотр исходного кода

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>
pull/1978/head
LukeAI 5 лет назад
committed by GitHub
Родитель
Сommit
fadb3f3389
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 4 добавлений и 0 удалений
  1. +4
    -0
      README.md

+ 4
- 0
README.md Просмотреть файл

@ -240,6 +240,10 @@ easy to fork and contribute any changes back upstream.
~~~bash ~~~bash
export PYENV_ROOT="$HOME/.pyenv" export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH" export PATH="$PYENV_ROOT/bin:$PATH"
~~~
And put this line at the _bottom_ of `~/.profile`:
~~~bash
eval "$(pyenv init --path)" eval "$(pyenv init --path)"
~~~ ~~~

Загрузка…
Отмена
Сохранить