From d1ab87748b37f64f60d10c12c7c08c66bf6a072f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Fri, 23 Dec 2016 23:05:46 -0500 Subject: [PATCH] ln -s --- builds/runtimes/python-3.6.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/runtimes/python-3.6.0 b/builds/runtimes/python-3.6.0 index 7ea6b403..2d420821 100755 --- a/builds/runtimes/python-3.6.0 +++ b/builds/runtimes/python-3.6.0 @@ -14,5 +14,5 @@ cd src make make install -# ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python -- GitLab