From a89ff6873ea1d9a5fd128304cd924047bb33aba3 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Tue, 28 Apr 2020 15:23:31 -0700 Subject: [PATCH] remove unused overpy, bump ubuntu_setup to 3.8.2 old-commit-hash: 0a6d9a7bbd4c63a3c121c52436428eb513c00429 --- Pipfile | 4 ++-- Pipfile.lock | 4 ++-- tools/ubuntu_setup.sh | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index e713d85605..2696cef7da 100644 --- a/Pipfile +++ b/Pipfile @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d9e8137f7bc3b4e5ed05b07f01f343039a278d64f410c95a5b36e5db184d1d1 -size 2141 +oid sha256:99e558b27266e2f7f6df43627f7425df9257b4dda7a9265eff420ae16a252d43 +size 2028 diff --git a/Pipfile.lock b/Pipfile.lock index 41e5ac2fd5..5d39c83984 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9d812431bdaa05d77bab4a2fb9963e857d64830cf0bf8d5eee72a1046e8a3b1 -size 165716 +oid sha256:4501f284a08bfd74ce86bd4b99ca731e231e7e9201492bb546ccc65fd48fc661 +size 165096 diff --git a/tools/ubuntu_setup.sh b/tools/ubuntu_setup.sh index 561a019456..85bccf7d65 100755 --- a/tools/ubuntu_setup.sh +++ b/tools/ubuntu_setup.sh @@ -69,9 +69,9 @@ git lfs pull git submodule init git submodule update -# install python 3.7.3 globally (you should move to python3 anyway) -pyenv install -s 3.7.3 -pyenv global 3.7.3 +# install python 3.8.2 globally (you should move to python3 anyway) +pyenv install -s 3.8.2 +pyenv global 3.8.2 pyenv rehash # **** in python env ****