Python packages with conflicting dependencies
问题 we are trying to install several own written python3 applications sharing some libraries with conflicting versions. We are currently discussing employing the order of packages inside the PYTHONPATH and/ or pythons virtualenv. How would you handle this? 回答1: You can use pipx. pipx will do all the work of setting up separate virtual environments for each application, so that all the applications' dependencies remain separate. If you use virtualenv yourself, you have to switch environments to