pythonz icon indicating copy to clipboard operation
pythonz copied to clipboard

Python installation manager supporting CPython, Stackless, PyPy and Jython

Results 21 pythonz issues
Sort by recently updated
recently updated
newest added

How can I build [debug versions of Python](https://pythonextensionpatterns.readthedocs.io/en/latest/debugging/debug_python.html) using pythonz? In my `.bashrc` file, I wrote[ this function](https://github.com/EvilSupahFly/pyvenv-pythonz/blob/main/pyvenv.sh) to mostly automate the creation of VENV instances with pythonz, but it...