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 a226b57 commit bc06feaCopy full SHA for bc06fea
1 file changed
Mac/OSX/Dist/resources/postflight
@@ -67,7 +67,7 @@ if [ "$DEST" = "/" ]; then
67
fi
68
69
70
-# The link in the app bundles needs updated.
+# The link in the app bundles and in pydoc need updating.
71
installed_python=$DEST/Library/Frameworks/Python.framework/Versions/$PYVER/Resources/Python.app/Contents/MacOS/python
72
for app in BuildApplet IDLE PackageManager PythonIDE; do
73
ln -fsh $installed_python \
@@ -79,5 +79,11 @@ for app in BuildApplet IDLE PackageManager PythonIDE; do
79
w
80
q
81
xyzzy
82
-
+ed -s $DEST/Library/Frameworks/Python.framework/Versions/$PYVER/bin/pydoc << xyzzy
83
+1c
84
+#!$installed_python
85
+.
86
+w
87
+q
88
+xyzzy
89
done
0 commit comments