Skip to content

Commit

Permalink
Running the activate script in the 'source' bash
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo committed May 10, 2022
1 parent be2fa73 commit 7a1f7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python3-macos/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ export DYLD_LIBRARY_PATH="\$PWD/lib:\$DYLD_LIBRARY_PATH"
EOT

sudo chmod a+x activate.sh
./activate.sh
. ./activate.sh
which python3
python3 -m ensurepip

0 comments on commit 7a1f7a2

Please sign in to comment.