We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f968c31 commit 302d220Copy full SHA for 302d220
python3-linux/build.sh
@@ -56,8 +56,4 @@ fi
56
export LD_LIBRARY_PATH="\$PWD/lib:\$LD_LIBRARY_PATH"
57
EOT
58
59
-sudo chmod a+x activate.sh
60
-. ./activate.sh
61
-which python3
62
-echo $PATH
63
-python3 -m ensurepip
+sudo chmod a+x activate.sh
python3-macos/build.sh
@@ -79,7 +79,4 @@ fi
79
export DYLD_LIBRARY_PATH="\$PWD/lib:\$DYLD_LIBRARY_PATH"
80
81
82
83
-./activate.sh
84
85
0 commit comments