Using pyenv to Install a Specific Version of Python
Aug. 27, 2019, 3 p.m.
GNU/Linux distributions provide recent versions Python as part of the default installation, and in fact, rely on the language to create many of the system tools used by the distribution. For users' Python development needs, the version provided by the distribution may not be appropriate for various reasons. Some distributions …