Skip to content

Commit 302d220

Browse files
committed
Setting ensurepip=install on macOS
1 parent f968c31 commit 302d220

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

python3-linux/build.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,4 @@ fi
5656
export LD_LIBRARY_PATH="\$PWD/lib:\$LD_LIBRARY_PATH"
5757
EOT
5858

59-
sudo chmod a+x activate.sh
60-
. ./activate.sh
61-
which python3
62-
echo $PATH
63-
python3 -m ensurepip
59+
sudo chmod a+x activate.sh

python3-macos/build.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,4 @@ fi
7979
export DYLD_LIBRARY_PATH="\$PWD/lib:\$DYLD_LIBRARY_PATH"
8080
EOT
8181

82-
sudo chmod a+x activate.sh
83-
./activate.sh
84-
which python3
85-
python3 -m ensurepip
82+
sudo chmod a+x activate.sh

0 commit comments

Comments
 (0)