Is there a way for creating the virtualenv folder in a specific directory (i.e., the current directory) using virtualenv / virtualenvwrapper, instead of the default one (i.e., WORKON_HOME
).
Something equivalent to:
$ python -m venv env # this creates the folder `env` in the current path