Fix creation of pyenv config

This commit is contained in:
Manuel Thalmann 2023-06-15 23:07:53 +02:00
parent 3a4d0017b4
commit f30d7a1be0

View file

@ -5,4 +5,4 @@
echo 'eval "$(pyenv init -)"'; echo 'eval "$(pyenv init -)"';
} | sudo tee /etc/profile.d/pyenv.sh > /dev/null; } | 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;