Install pyenv for fish
This commit is contained in:
parent
1edfa9dd3f
commit
ba5ced058d
1 changed files with 2 additions and 0 deletions
|
@ -4,3 +4,5 @@
|
|||
echo 'command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"';
|
||||
echo 'eval "$(pyenv init -)"';
|
||||
} | sudo tee /etc/profile.d/pyenv.sh > /dev/null;
|
||||
|
||||
echo "pyenv init - | source" > /etc/fish/conf.d/pyenv.fish;
|
||||
|
|
Loading…
Reference in a new issue