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 1bbdc31 commit bf900b2Copy full SHA for bf900b2
cpydist/data/macos/postflight
@@ -3,7 +3,8 @@
3
# Change permissions for files in MySQL Package
4
#
5
6
-CPY_PACKAGE="/Library/Python/2.7/site-packages/mysql/connector"
7
-chown -R root:wheel "${CPY_PACKAGE}"
+CPY_PACKAGE="/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages"
+chown -R root:wheel "${CPY_PACKAGE}/mysql/connector"
8
+chown -R root:wheel "${CPY_PACKAGE}/mysqlx"
9
10
exit 0
0 commit comments