Open shadowbq opened 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 -)"
Quick fix is dump this in the bashrc