Fix creation of pyenv config

This commit is contained in:
Manuel Thalmann 2023-06-15 23:07:53 +02:00
parent b087e7c8af
commit b5ff2571e7

View file

@ -5,4 +5,4 @@
echo 'eval "$(pyenv init -)"';
} | sudo tee /etc/profile.d/pyenv.sh > /dev/null;
echo "pyenv init - | source" > /etc/fish/conf.d/pyenv.fish;
echo "pyenv init - | source" | sudo tee /etc/fish/conf.d/pyenv.fish > /dev/null;