Relative Content

Tag Archive for pythonpython-3.xpipx

pipx using latest python3.12 instead of system default

I am using pyenv for managing python installation in my system. Using pyenv I have installed python3.11.9 and set it as default with pyenv global 3.11.9, I have also added recommended commands by pyenv in my .zshrc file such that my system treats python 3.11.9 as default python.