Re: [pypy-dev] fix libpypy-c.so needing certein versions

2016-06-22 Thread Phyo Arkar
Here is portable pypy. https://github.com/squeaky-pl/portable-pypy You can just use it by directly unzipping and running it. it comes with a virtual-env directly too. Regards, Phyo. On Wed, Jun 22, 2016 at 3:00 PM William ML Leslie < william.leslie@gmail.com> wrote: > On 22 June 2016 at 1

Re: [pypy-dev] fix libpypy-c.so needing certein versions

2016-06-22 Thread William ML Leslie
On 22 June 2016 at 18:19, Armin Rigo wrote: > http://pypy.org/download.html#linux-binaries-and-common-distributions The portable builds linked from that page work really well if you're on a gnu/linux (thanks, squeaky!) - try those out first. -- William Leslie Notice: Likely much of this em

Re: [pypy-dev] fix libpypy-c.so needing certein versions

2016-06-22 Thread Armin Rigo
Hi, On 22 June 2016 at 03:08, Katelyn McNair wrote: > I have been trying to install PyPy locally for the last 3 days. I didn't > have Openssl, which install fine. But then PyPy started not liking the new > version (libssl.so.1.0.1), so I got the archive for 1.0.0, and installed. > > But then Py

[pypy-dev] fix libpypy-c.so needing certein versions

2016-06-22 Thread Katelyn McNair
I have been trying to install PyPy locally for the last 3 days. I didn't have Openssl, which install fine. But then PyPy started not liking the new version (libssl.so.1.0.1), so I got the archive for 1.0.0, and installed. But then PyPy didn't like that the .so files didn't have to correct versio