使用pipenv创建虚拟环境时出现问题

我是使用Pipenv的新手,我想知道为什么每次创建虚拟环境时,该环境都会用用户名而不是项目文件夹的名称来保存我。

脚步:

  1. cd project-01/
  2. project-01> pipenv --three
  3. ls .local/share/virtualenvs/
  4. 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

谢谢。