Sujet : Re: Help needed - - running into issues with python and its tools
De : mats (at) *nospam* wichmann.us (Mats Wichmann)
Groupes : comp.lang.pythonDate : 06. Aug 2024, 00:12:10
Autres entêtes
Message-ID : <mailman.19.1722895941.2890.python-list@python.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Mozilla Thunderbird
On 8/5/24 15:17, o1bigtenor via Python-list wrote:
That's something like
>
pyenv install 3.12.4
>
$ pyenv install 3.12.4
bash: pyenv: command not found
pyenv is not a 'global' package
there is a mountain of /root/.pyenv files though
there is also quite a number of /root/.pyenv/plugins/pyenv-virtualenv/
files
when looking in the /root/.pyenv files I can find options for all the older
version of python
but none for anything newer than what is on my system
is there something else to install to achieve this 'version freedom' that
pyenv promises?
It has to go somewhere your shell can find it. Mine is a shell function, but it was set up so many years ago I don't remember details. It's presumably the pyenv installation instructions...