Add pyenv to FreeBSD.

This commit is contained in:
Tom Alexander
2023-03-06 15:44:33 -05:00
parent 32cf355a0b
commit 85e79844b7
4 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
export PYENV_ROOT=$(pyenv root)
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"