From 9f4364ec1052a95ff7243e281c8c9b61b2d5595a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Fri, 13 Apr 2018 16:26:55 +0200 Subject: [PATCH] Remove obsolete .pyenvrc from "compiling python3 cause ubuntu" times --- .pyenvrc | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .pyenvrc diff --git a/.pyenvrc b/.pyenvrc deleted file mode 100644 index 3c1aa8a..0000000 --- a/.pyenvrc +++ /dev/null @@ -1,4 +0,0 @@ -export PYENV_ROOT="$HOME/.pyenv" -export PATH="$PYENV_ROOT/bin:$PATH" -eval "$(pyenv init -)" -eval "$(pyenv virtualenv-init -)"