Skip to content

Commit

Permalink
cleanup old scripts and move to --no-rcs shebang (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng authored Mar 14, 2024
1 parent cd4759d commit 5e5340a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 17 deletions.
2 changes: 0 additions & 2 deletions build_python_framework_pkgs.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,9 @@ if [[ "${PYTHON_MAJOR_VERSION}" == "3.10" ]]; then
fi
if [[ "${PYTHON_MAJOR_VERSION}" == "3.11" ]]; then
/bin/ln -s "$PYTHON_BIN_NEW" "$TOOLSDIR/$TYPE/payload/usr/local/bin/managed_python3"
# /bin/cp "$TOOLSDIR/python-$PYTHON_MAJOR_VERSION" "$TOOLSDIR/$TYPE/payload/usr/local/bin/managed_python3"
fi
if [[ "${PYTHON_MAJOR_VERSION}" == "3.12" ]]; then
/bin/ln -s "$PYTHON_BIN_NEW" "$TOOLSDIR/$TYPE/payload/usr/local/bin/managed_python3"
# /bin/cp "$TOOLSDIR/python-$PYTHON_MAJOR_VERSION" "$TOOLSDIR/$TYPE/payload/usr/local/bin/managed_python3"
fi

SB_RESULT="$?"
Expand Down
2 changes: 1 addition & 1 deletion preinstall-cleanup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/zsh
#!/bin/zsh --no-rcs
#
# Copyright 2023-Present Mac Admins Open Source.
#
Expand Down
7 changes: 0 additions & 7 deletions python-3.11

This file was deleted.

7 changes: 0 additions & 7 deletions python-3.12

This file was deleted.

0 comments on commit 5e5340a

Please sign in to comment.