From 85cf390489e9ea4694104199fea9421a59db8cc4 Mon Sep 17 00:00:00 2001 From: Alex Huddleston Date: Fri, 8 Jan 2021 05:07:49 +0000 Subject: [PATCH] update python install version. --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 107c7c3..8346744 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -21,7 +21,7 @@ export PATH="$HOME/.pyenv/bin:$PATH" export PATH="$HOME/.local/share:$PATH" eval "$(pyenv init -)" eval "$(pyenv virtualenv-init -)" -pyenv shell 3.8.0 +pyenv shell 3.9.0 # thefuck, needs to happen after pyenv export PATH="$HOME/.local/bin:$PATH"