-
16 Jun 2011 11:34 PM #1
[CLOSED] Bug in PATH setting in Mac OS X installer
[CLOSED] Bug in PATH setting in Mac OS X installer
The Mac OS X installer copies the PATH settings to ~/.profile. However, on my system this didn't have any effect, since there is a ~/.bash_profile which takes precedence over ~/.profile. This should be considered by the installer.
This was reported before:
http://www.sencha.com/forum/showthre...l=1#post606225
For a complete overview of bash config files (there are more variations) that should be considered in the installer, see:
http://hayne.net/MacDev/Notes/unixFAQ.html#shellStartup
-
17 Jun 2011 11:03 AM #2Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
This is a bug in InstallBuilder which was filed by us, and just recently resolved. We don't manage profile settings directly. Our next release of the tools will place it into .bash_profile, .bashrc, or .profile, in the correct order. This is especially an issue on Leopard, but it will be no problem going forward.
Thanks for reporting this though. For now, you may have figured out to just copy/paste the exports
-
19 Jun 2011 9:37 PM #3
Yes, I kind of figured that out ;-)
Thanks for replying.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote