From 1c499d962f7998a99c1a13fc977db1dc873768b0 Mon Sep 17 00:00:00 2001 From: nghodban Date: Mon, 14 Dec 2020 15:27:07 +0100 Subject: [PATCH] add pip symbolic link to pip3 --- products/compil_scripts/Python.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/products/compil_scripts/Python.sh b/products/compil_scripts/Python.sh index 4f5be6a..14070ca 100755 --- a/products/compil_scripts/Python.sh +++ b/products/compil_scripts/Python.sh @@ -78,6 +78,7 @@ if [ ${PYTHON_VERSION_MAJ} == 3 ] then cd ${PRODUCT_INSTALL}/bin ln -s python3 python + ln -s pip3 pip fi # fix the path... -- 2.39.2