Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lowercase APPNAME on macOS Homebrew #364

Merged
merged 2 commits into from
Oct 29, 2023

Conversation

singingwolfboy
Copy link
Contributor

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
Copy link

defjaf commented Oct 6, 2023

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.)

Copy link
Contributor

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@blink1073 blink1073 enabled auto-merge (squash) October 29, 2023 14:56
@blink1073 blink1073 merged commit 9a6b050 into jupyter:main Oct 29, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants