From 423b6b0fbb7726b86f029de5bc1be651a14974c3 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 5 Dec 2021 22:48:09 -0800 Subject: [PATCH] update pyenv python version --- userspace/files/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/files/profile b/userspace/files/profile index eea44bd..9d45fd6 100644 --- a/userspace/files/profile +++ b/userspace/files/profile @@ -33,7 +33,7 @@ export QT_QPA_PLATFORM="wayland-egl" # python setup export PYTHONPATH="/data/pythonpath:/data/pythonpath/pyextra" export PATH="/usr/local/pyenv/bin:$PATH" -export PYENV_VERSION="3.8.5" +export PYENV_VERSION="3.8.10" export PYENV_ROOT="/usr/local/pyenv" # output of "pyenv init - --no-rehash"