@AlSweigart You mean how to install packages? pipenv. How to install packages pipenv can't? pip/pip3. How to invoke pip/pip3? From the cli, although sometimes I let Pycharm do it. How does Pycharm and pipenv do it? Pipenv I think used to vendorize it or call the unstable APIs inside of pip, and there is that pip-api package which was to make a stable facade so you could invoke it inside of python. The move to using pyproject.toml thought may change my habits
Post
June 27, 2023