Suppose there is a parent folder parent
and two child folders child1
and child2
when I run pipenv install --python 3.9
in child2
folder it still sets to parent
folder when I run the command pipenv shell
. How do I force to use the specific child folder path? Right now when I run pipenv shell
in child1
folder it is promoted as:
(Parent) ➜
rather than
(child1) ➜