shadowbq / matrix.dot.files

entering the matrix of my maze of dot files
MIT License
5 stars 0 forks source link

pyenv has problem loading #4

Open shadowbq opened 3 years ago

shadowbq commented 3 years ago

Quick fix is dump this in the bashrc

export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"    # if `pyenv` is not already on PATH
eval "$(pyenv init --path)"
eval "$(pyenv init -)"