I want to keep my new computer organized and use pipenv, how can i change the default location of a virtual environment location to a folder in my documents, so when i run "pipenv shell" in a project folder it will put the location of the actual virtual env into the document instead of hiding it in folders/folders/folders...
I tried to look at the docs and I couldn't find a clear answer.
The location of the virtual environments can be controlled by setting the
WORKON_HOMEenvironment variable.It also supports @ch4rl1e97's recommendation:
The value of the variable should be one of
1,true,yes, oron. (See https://pipenv.pypa.io/en/latest/configuration.html#configuration-with-environment-variables)