Remove obsolete .pyenvrc from "compiling python3 cause ubuntu" times

This commit is contained in:
Kristóf Tóth 2018-04-13 16:26:55 +02:00
parent 7877e977ab
commit 9f4364ec10

View File

@ -1,4 +0,0 @@
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"