diff options
Diffstat (limited to 'dotfiles/.local/bin/activenv')
-rwxr-xr-x | dotfiles/.local/bin/activenv | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/.local/bin/activenv b/dotfiles/.local/bin/activenv new file mode 100755 index 0000000..6ffac10 --- /dev/null +++ b/dotfiles/.local/bin/activenv @@ -0,0 +1,3 @@ +#!/bin/bash + +source ~/Documents/venvs/$1/bin/activate |