Update the version of pypy used on CoreOS bootstrap-os (#3922)

* Update the version of pypy used on CoreOS bootstrap-os

* update the pip installation process on CoreOS
This commit is contained in:
MarkusTeufelberger
2019-01-02 15:17:20 +01:00
committed by Kubernetes Prow Robot
parent 5834e609a6
commit d58b338bd8
4 changed files with 12 additions and 19041 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
BINDIR="/opt/bin"
LD_LIBRARY_PATH=$BINDIR/pypy/lib:$LD_LIBRARY_PATH $BINDIR/pypy/bin/$(basename $0) $@
LD_LIBRARY_PATH=$BINDIR/pypy3/lib:$LD_LIBRARY_PATH $BINDIR/pypy3/bin/$(basename $0) $@