Update macOS Python 3 direct link to 3.9.9

This commit is contained in:
CorpNewt
2022-01-04 21:54:18 -06:00
committed by GitHub
parent 94e5ed616a
commit e37615ea2b
+4 -2
View File
@@ -32,6 +32,8 @@ On any system you can choose the green `Code` button, followed by the `Download
```
git clone https://github.com/corpnewt/ProperTree
python ./ProperTree/ProperTree.command
- or -
python3 ./ProperTree/ProperTree.command
```
\* On macOS, you can simply double-click the `ProperTree.command` after cloning to launch.
@@ -49,11 +51,11 @@ git clone https://github.com/corpnewt/ProperTree
* **ProperTree opens a black window on macOS Monterey (12.x)**
It appears the default tk implementation that ships with macOS Monterey doesn't display correctly. A workaround is to download and install the intel build (not "universal") of python 3.9.7 from python.org (direct link [here](https://www.python.org/ftp/python/3.9.7/python-3.9.7-macosx10.9.pkg)) which has a compatible tk bundled, then use the `buildapp-select.command` located in ProperTree's `Scripts` directory to build an application bundle targeting the installed python's path.
It appears the default tk implementation that ships with macOS Monterey doesn't display correctly. A workaround is to download and install the intel build (not "universal") of python 3.9.9 from python.org (direct link [here](https://www.python.org/ftp/python/3.9.9/python-3.9.9-macosx10.9.pkg)) which has a compatible tk bundled, then use the `buildapp-select.command` located in ProperTree's `Scripts` directory to build an application bundle targeting the installed python's path.
* **ProperTree cannot open or save plist files on macOS Monterey (12.x)**
This appears to be an issue with the "universal" installers from python.org. The solution is to use the intel-only build. The latest of which is 3.9.7, direct linked [here](https://www.python.org/ftp/python/3.9.7/python-3.9.7-macosx10.9.pkg). After installing, use the `buildapp-select.command` located in ProperTree's `Scripts` directory to build an application bundle targeting the installed python's path.
This appears to be an issue with the "universal" installers from python.org. The solution is to use the intel-only build. The latest of which is 3.9.9, direct linked [here](https://www.python.org/ftp/python/3.9.9/python-3.9.9-macosx10.9.pkg). After installing, use the `buildapp-select.command` located in ProperTree's `Scripts` directory to build an application bundle targeting the installed python's path.
* **How can I have ProperTree open when I double-click a .plist file?**