pythonz
pythonz copied to clipboard
Python installation manager supporting CPython, Stackless, PyPy and Jython
If you build Python on macOS 10.11+ using pythonz and try to `pip install` something, you will get the following error: > pip is configured with locations that require TLS/SSL,...
If Python3 is installed and '/usr/bin/python' does not exist (=Python2 is not installed), pythonz install script can not find python3. So, I can not install pythonz. > pythonz requires Python...
Ran into this today, when I was trying to update `pythonz` - if you're using the Apple-shipped python 2.7.10, the SSL libraries linked here don't support TLS 1.2 so github...
Hi, after having had to play with `-C` to add rpath AND unicode=ucs4 I realized that pythonz treats the `--configure` argument as a "single one" : that is the last...
Hi, I think it would be good to compile with the "RPATH" link dynamic feature by default. where it's available at least. that way the installation directory can be relocated...
Jython has a 2.7.1b3, which I didn't know about because it isn't mentioned anywhere on the jython.org site. So I downloaded the file mentioned in [Frank's blog](http://fwierzbicki.blogspot.com/), and tried it:...
Hi, Pythonz helps me to do my work very much. Thank you for useful tool. I encountered a problem that `pythonz install 3.5.2` failed. After several minutes of search, I...
hi guys, it seems the env. var. feature to install in another directory is actually more or less broken (or am I missing something?) ``` 16:22 $ curl -kL https://raw.githubusercontent.com/saghul/pythonz/master/pythonz-install...
While working on the checksums PR, I realized that there are some python versions that aren't currently covered: - [ ] Newer [stackless versions](http://www.stackless.com/wiki/Download) - [ ] [Portable Pypy](https://github.com/saghul/pythonz/issues/88) -...
This ones: https://bitbucket.org/squeaky/portable-pypy/downloads Reference: https://github.com/squeaky-pl/portable-pypy