autovenv icon indicating copy to clipboard operation
autovenv copied to clipboard

virtualenv with less hassle

Results 3 autovenv issues
Sort by recently updated
recently updated
newest added

Nice project, thanks for making and sharing it! Is it possible to manually invoke autovenv to create a venv? In the spirit of the unix philosophy of "do one thing...

I prefer creating and activating virtualenvs only when there is a `setup.py` file at the top. Going through the source code, I found I could do that by editing the...

When sourcing `autovenv.sh` I get the following error: ``` $ source /usr/local/bin/autovenv.sh Unsupported use of '&&'. In fish, please use 'COMMAND; and COMMAND'. /usr/local/bin/autovenv.sh (line 8): builtin cd "$@" &&...