C John Klehm
C John Klehm
Would it be reasonable to build this out with pyenv/asdf in mind? That would allow a large number of python users to make use of this feature.
I agree that's the right move long term, it's likely a long process though.
Done: https://discuss.python.org/t/provide-a-pep-514-like-registry-for-all-supported-platforms-windows-macos-posix-variants/8684 I'm not sure what the way forward here is, create a pep514-all-platforms project, abstract the most common tooling for the given platform behind an interface that was as...
For now I'm working around this with a shell function: ``` pipx-install-w-python-ver () { _python_version=$1 shift _prev_python_version=$(python --version | cut -d" " -f2) asdf shell python $_python_version python --version python...
Let me know as well, I enjoy this too much to have it die.
Gentlest of bumps for this @elephantum