mirror of
https://github.com/corpnewt/ProperTree.git
synced 2026-08-12 22:31:30 +04:00
Update macOS Python 3 direct link to 3.9.9
This commit is contained in:
@@ -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?**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user