I encounter several occasions where pipenv install <foo>
results in ModuleNotFoundError
while pip3 install <foo>
doesn't when I run python myfile.py
. What's the difference between these 2 and the associated difference in their runtime behaviours?
pip - `pipenv install <foo>` results in `ModuleNotFoundError` while `pip3 install <foo>` doesn&#
评论列表(0)
- 暂无评论