We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi,
Could it be possible to create the virtualenv in the folder of our choice instead of ~/.local/share/virtualenvs/ ?
~/.local/share/virtualenvs/
for example
pipenv install --target ~/fox_venv/projectA
which will create the venv in ~/fox_venv/projectA and not in ~/.local/share/virtualenvs/projectA-XdFl1243x
~/fox_venv/projectA
~/.local/share/virtualenvs/projectA-XdFl1243x
Regards