mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
pyenv support
This commit is contained in:
parent
86a4fb4725
commit
74fdc01f13
1 changed files with 4 additions and 0 deletions
4
shell/pyenv
Executable file
4
shell/pyenv
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
# pyenv
|
||||
test -d "$HOME/.pyenv/bin" && PATH="$HOME/.pyenv/bin:$PATH"
|
||||
which pyenv 2>&1 >/dev/null && eval "$(pyenv init -)"
|
||||
export PATH
|
||||
Loading…
Add table
Add a link
Reference in a new issue