From 17081d0328e3a9b9c6e0d82f8d0dc55e8af6a804 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Fri, 23 Dec 2016 23:24:34 -0500 Subject: [PATCH] Squashed commit of the following: commit b611ff0cd6ed05ff27a42b6c2da656441056cfba Author: Kenneth Reitz <me@kennethreitz.org> Date: Fri Dec 23 23:11:51 2016 -0500 remove debugging statements commit d1ab87748b37f64f60d10c12c7c08c66bf6a072f Author: Kenneth Reitz <me@kennethreitz.org> Date: Fri Dec 23 23:05:46 2016 -0500 ln -s commit 6844d1252d19e87d169819e1f5ac3823f41f13a0 Author: Kenneth Reitz <me@kennethreitz.org> Date: Fri Dec 23 22:55:41 2016 -0500 further debug commit 1346c290898a72bf7bcc5d5da8316d5927862316 Author: Kenneth Reitz <me@kennethreitz.org> Date: Fri Dec 23 22:54:42 2016 -0500 debug commit 3bc1b5e697e37d2b983d7698a8bdb7b908ad1a87 Author: Kenneth Reitz <me@kennethreitz.org> Date: Fri Dec 23 22:53:23 2016 -0500 say when installing pip or setuptools --- 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