From e86baf6a43b91683d176dc8774767fe8f6f22ee6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 7 Dec 2022 19:16:13 -0500 Subject: [PATCH] Update pyenv2.sh --- misc/pyenv2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/pyenv2.sh b/misc/pyenv2.sh index 0c744785..46ee141a 100644 --- a/misc/pyenv2.sh +++ b/misc/pyenv2.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Install on Proxmox "; exit; fi set -e -DIR=/root/.pyenv/3.10.8 +DIR=/root/.pyenv/versions/3.10.8 if [ -d "$DIR" ]; then echo "Python 3.10.8 is already installed, moving on..." else