pythonz
pythonz copied to clipboard
Python installation manager supporting CPython, Stackless, PyPy and Jython
Environment: Debian 11, pythonz 2.0.2 (installed with `pythonz update` just now). Trying to install any version of pypy or pypy3, using e.g., `pythonz install -t pypy 5.3.1`, gives the following...
[Micropython](https://github.com/micropython/micropython) is a Python port for microcontrollers. They also have a 'unix' port that runs on linux / macOS which is useful for local development. Therefore it would be nice...
I'm using pythonz in a docker pipeline, and the progress bar doesn't work well there. Would it be possible to add an option to disable it? I would be happy...
Installing pythonz on a system with python3 only (Ubuntu 16.04 for exemple) is difficult. Yet, the first thing I want to do on such a system is installing python2 with...
I've found pythonz can't build 3.7 with ssl on Mac successfully. The devguide (https://devguide.python.org/setup/) says: ``` with Homebrew: $ brew install openssl xz and configure python versions >= 3.7: ./configure...
https://stackoverflow.com/questions/27022373/python3-importerror-no-module-named-ctypes-when-using-value-from-module-mul
Scenario: a build system reads a file in a repository to know which version of Python is required. The build system uses pythonz to install that version, unless it already...
how would i go about building python3 with the pip module enabled, like it is by default [on the distributed versions](https://pip.pypa.io/en/stable/installing/)? should this be the default?
Doing `pythonz install 2.7.9` on Ubuntu 18 comes without ssl support: ```bash ERROR:root:code for hash md5 was not found. Traceback (most recent call last): File "/home/user/.pythonz/pythons/CPython-2.7.9/lib/python2.7/hashlib.py", line 147, in globals()[__func_name]...