Compare commits

..

No commits in common. "b349befbf42e5062456ff53c4b2efdede08b7a38" and "a362ab0e041c62d9bda30861f76c36052d1218a6" have entirely different histories.

View File

@ -97,8 +97,8 @@ commands:
echo '.enter or .exit not found'; return 1 echo '.enter or .exit not found'; return 1
fi fi
_autoenv_exit $PWD _autoenv_exit $PWD
virtualenv -p `command -v python` .local virtualenv .local
echo 'source ${0:a:h}/.local/bin/activate' >> .enter echo 'source .local/bin/activate' >> .enter
echo 'deactivate' >> .exit echo 'deactivate' >> .exit
_autoenv_authorized $PWD/.enter yes _autoenv_authorized $PWD/.enter yes
_autoenv_authorized $PWD/.exit yes _autoenv_authorized $PWD/.exit yes