Add an alias for activating pyenv

This commit is contained in:
Scott Wallace 2021-12-02 15:21:13 +00:00
parent 679dc6a44c
commit 206e364451
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

2
.bashrc.d/python-local Normal file
View file

@ -0,0 +1,2 @@
# pathadd ~/.local/bin
alias pyenv='source .pyenv/bin/activate'