假设有一个父文件夹parent
和两个子文件夹child1
,child2
当我pipenv install --python 3.9
在文件夹中运行时,当我运行命令时child2
它仍然设置为文件夹。如何强制使用特定的子文件夹路径?现在,当我在文件夹中运行时,它被提升为:parent
pipenv shell
pipenv shell
child1
(Parent) ➜
而不是
(child1) ➜
假设有一个父文件夹parent
和两个子文件夹child1
,child2
当我pipenv install --python 3.9
在文件夹中运行时,当我运行命令时child2
它仍然设置为文件夹。如何强制使用特定的子文件夹路径?现在,当我在文件夹中运行时,它被提升为:parent
pipenv shell
pipenv shell
child1
(Parent) ➜
而不是
(child1) ➜