Fix creation of pyenv
config
This commit is contained in:
parent
b087e7c8af
commit
b5ff2571e7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue