Thanks to visit codestin.com Credit goes to github.com
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 bebfbe2 commit bbea797Copy full SHA for bbea797
2 files changed
Mac/IDLE/IDLE.app/Contents/MacOS/Python
Mac/Makefile.in
@@ -162,6 +162,7 @@ install_IDLE:
162
test -d "$(DESTDIR)$(PYTHONAPPSDIR)" || mkdir -p "$(DESTDIR)$(PYTHONAPPSDIR)"
163
-test -d "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app" && rm -r "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app"
164
cp -PR IDLE/IDLE.app "$(DESTDIR)$(PYTHONAPPSDIR)"
165
+ ln -sf $(INSTALLED_PYTHONAPP) "$(DESDIR)$(PYTHONAPPSDIR)/IDLE.app/Contents/MacOS/Python"
166
touch "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app"
167
168
$(INSTALLED_PYTHONAPP): install_Python
0 commit comments