I am new using pipenv and I would like to know why every time I create a virtual environment, the environment saves me with my username and not with the name of my project folder.
Steps:
cd project-01/
project-01> pipenv --three
ls .local/share/virtualenvs/
- result:
username-nQve7NT7
and it always sets me /home/username/
as the path of my project. I'm using Xubuntu 18.04.4 with Python 3.6.9 and pipenv 2018.11.26
Thanks.