From fa384f134e692e2bf1e416615b87921a264156b9 Mon Sep 17 00:00:00 2001 From: An Long Date: Mon, 31 May 2021 16:46:01 +0800 Subject: [PATCH] install pip with pyston The default pyston build do not have pip installed by default. This change just add `get_pip` function to have pip installed. --- plugins/python-build/share/python-build/pyston-2.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/share/python-build/pyston-2.2 b/plugins/python-build/share/python-build/pyston-2.2 index 2826330f..8ba706ed 100644 --- a/plugins/python-build/share/python-build/pyston-2.2 +++ b/plugins/python-build/share/python-build/pyston-2.2 @@ -6,7 +6,7 @@ echo case "$(pyston_architecture 2>/dev/null || true)" in "linux64" ) - install_package "pyston_2.2" "https://github.com/pyston/pyston/releases/download/pyston_2.2/pyston_2.2_portable.tar.gz#d113cc4d1f6821c0f117f7a84978823d8ac751d7970fa7841eb994663ec5a59f" "pyston" verify_py38 + install_package "pyston_2.2" "https://github.com/pyston/pyston/releases/download/pyston_2.2/pyston_2.2_portable.tar.gz#d113cc4d1f6821c0f117f7a84978823d8ac751d7970fa7841eb994663ec5a59f" "pyston" verify_py38 get_pip ;; * ) { echo