From 5f33811357dab7b688e361cc5f99efc09ebfd851 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Thu, 23 Mar 2017 16:05:42 -0400 Subject: [PATCH] link needed --- builds/runtimes/pypy-5.7.0 | 1 + 1 file changed, 1 insertion(+) diff --git a/builds/runtimes/pypy-5.7.0 b/builds/runtimes/pypy-5.7.0 index eca02982..de074edf 100755 --- a/builds/runtimes/pypy-5.7.0 +++ b/builds/runtimes/pypy-5.7.0 @@ -11,3 +11,4 @@ SOURCE_TARBALL='https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.7.0-linux64.t curl -L $SOURCE_TARBALL | tar jx cp -R pypy2-v5.7.0-linux64/* $OUT_PREFIX +ln $OUT_PREFIX/bin/pypy $OUT_PREFIX/bin/python -- GitLab