|
|
|
|
|
by xavdid
966 days ago
|
|
IIRC pipx uses your local Python version. So in your example, you'd need to `pipx install` while py 3.11 was active. Certainly not ideal, but I find it's unusual for a tool to require a super-new version. Plus, `pyenv` makes it easy enough to install multiple versions in parallel and run commands under specific versions. Sure, it would be better if this whole process wasn't so complicated, but I find it's pretty workable overall. |
|