Skip to content

Commit bbea797

Browse files
committed
make the symlink to Python be created on install for IDLE.app
1 parent bebfbe2 commit bbea797

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Mac/IDLE/IDLE.app/Contents/MacOS/Python

Lines changed: 0 additions & 1 deletion
This file was deleted.

Mac/Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ install_IDLE:
162162
test -d "$(DESTDIR)$(PYTHONAPPSDIR)" || mkdir -p "$(DESTDIR)$(PYTHONAPPSDIR)"
163163
-test -d "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app" && rm -r "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app"
164164
cp -PR IDLE/IDLE.app "$(DESTDIR)$(PYTHONAPPSDIR)"
165+
ln -sf $(INSTALLED_PYTHONAPP) "$(DESDIR)$(PYTHONAPPSDIR)/IDLE.app/Contents/MacOS/Python"
165166
touch "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app"
166167

167168
$(INSTALLED_PYTHONAPP): install_Python

0 commit comments

Comments
 (0)