The basic facilities are baked into python tools too, you can direct installation of packages to arbitrary folders and then just add them to your PYTHONPATH.
But it's not as quick and clean as "python -m venv venv", so everyone uses that (and pyenv for different versions).
But it's not as quick and clean as "python -m venv venv", so everyone uses that (and pyenv for different versions).