From a98976a839f9c1bb853bb7db8517b4e4aa6dc082 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 11 Dec 2021 17:27:09 +0100 Subject: [PATCH] chore: update python3 and add path --- setup/python.sh | 6 +++--- zshrc | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/setup/python.sh b/setup/python.sh index 7920da6..667a3c3 100755 --- a/setup/python.sh +++ b/setup/python.sh @@ -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 \ No newline at end of file +pyenv deactivate diff --git a/zshrc b/zshrc index aba2d44..b7f0839 100644 --- a/zshrc +++ b/zshrc @@ -65,6 +65,7 @@ eval "$(starship init zsh)" # Path path=( $HOME/.dotfiles/bin + /usr/local/sbin $path )