1

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) ➜ 
Volatil3
  • 14,253
  • 38
  • 134
  • 263

0 Answers0