jupyter / jupyter_core

Core Jupyter functionality
https://jupyter-core.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
194 stars 180 forks source link

Lowercase APPNAME on macOS Homebrew #364

Closed singingwolfboy closed 8 months ago

singingwolfboy commented 9 months ago

The latest release of platformdirs contains support for Homebrew-installed software, under the /opt/homebrew directory on macOS. In order for Jupyter to support this, we should also check to see if the Jupyter software is installed/managed by Homebrew on macOS, and if so, treat the APPNAME the same way we do on Linux: lowercase, rather than capitalized.

defjaf commented 9 months ago

Worth changing, but at least by default the filesystem is case preserving, but not case sensitive, in which case this is more of an aesthetic issue. (But it is at least possible to have case sensitive macOS filesystems.)