Install pyenv for fish

This commit is contained in:
Manuel Thalmann 2023-06-09 11:24:53 +02:00
parent 03beca17ab
commit def2687095

View file

@ -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;