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