From 206e3644512fa8c39b88a2fb3e4c58122fdacbee Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 2 Dec 2021 15:21:13 +0000 Subject: [PATCH] Add an alias for activating pyenv --- .bashrc.d/python-local | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .bashrc.d/python-local diff --git a/.bashrc.d/python-local b/.bashrc.d/python-local new file mode 100644 index 0000000..2f22aed --- /dev/null +++ b/.bashrc.d/python-local @@ -0,0 +1,2 @@ +# pathadd ~/.local/bin +alias pyenv='source .pyenv/bin/activate'