Explorar o código

Update pyenv2.sh

tteckster %!s(int64=2) %!d(string=hai) anos
pai
achega
e86baf6a43
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      misc/pyenv2.sh

+ 1 - 1
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