Should I use proot-distro login --termux-home or not? (python venvs)

proot-distro login --termux-home ... is appealing because it means I can use one set of config files for my different proot-distros and vanilla Termux. However, it can cause problems with python venv programs such as pipx and pipenv which try to install programs to standard locations and sometimes will attempt to use Termux's version when it should be using the proot's version. For example, inside of a Debian proot, python3 is termux's version and python3.11 is Debian's, but pipenv installed in Debian will try to use python3, which fails. Is this a bug with proot-distro or should I just not attempt to share the HOME directory between these different environments?
Was this page helpful?