chore: update python3 and add path

This commit is contained in:
Stefan Imhoff
2021-12-11 17:27:09 +01:00
parent f53e246380
commit a98976a839
2 changed files with 4 additions and 3 deletions

View File

@@ -10,10 +10,10 @@ eval "$(pyenv init --path)"
eval "$(pyenv virtualenv-init -)"
pyenv install 2.7.17
pyenv install 3.8.5
pyenv install 3.10.1
pyenv virtualenv 2.7.17 neovim2
pyenv virtualenv 3.8.5 neovim3
pyenv virtualenv 3.10.1 neovim3
pyenv activate neovim2
pip2 install neovim
@@ -23,4 +23,4 @@ pip3 install neovim
pip3 install awscli
pyenv deactivate
pyenv deactivate

1
zshrc
View File

@@ -65,6 +65,7 @@ eval "$(starship init zsh)"
# Path
path=(
$HOME/.dotfiles/bin
/usr/local/sbin
$path
)