Compare commits
2 Commits
a362ab0e04
...
b349befbf4
Author | SHA1 | Date | |
---|---|---|---|
b349befbf4 | |||
74f2dd7dae |
@ -97,8 +97,8 @@ commands:
|
||||
echo '.enter or .exit not found'; return 1
|
||||
fi
|
||||
_autoenv_exit $PWD
|
||||
virtualenv .local
|
||||
echo 'source .local/bin/activate' >> .enter
|
||||
virtualenv -p `command -v python` .local
|
||||
echo 'source ${0:a:h}/.local/bin/activate' >> .enter
|
||||
echo 'deactivate' >> .exit
|
||||
_autoenv_authorized $PWD/.enter yes
|
||||
_autoenv_authorized $PWD/.exit yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user