You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/10/01 11:09:51 UTC

[GitHub] [maven-site] elharo commented on a diff in pull request #312: Update install to remind new mac user account on which shell profile to modify

elharo commented on code in PR #312:
URL: https://github.com/apache/maven-site/pull/312#discussion_r985086388


##########
content/markdown/install.md.vm:
##########
@@ -70,6 +70,7 @@ The same dialog can be used to set `JAVA_HOME` to the location of your JDK, e.g.
 
 Unix-based Operating System (Linux, Solaris and Mac OS X) Tips
 -----
+Apple sets the zsh shell as the default for any new user account that is created in macOS Catalina(10.15.7) or later. Thus, `.zprofile` is the startup file when you open up a terminal. You would need to modify `PATH` environment variable in `.zprofile` instead of `.bash_profile`. But if you upgraded your macOS from an earlier version, you can still add environment variable to `.bash_profile`. 

Review Comment:
   This is worth mentioning but there are more than just two shells. Can this be rewritten in a more shell independent fashion?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org