-
Notifications
You must be signed in to change notification settings - Fork 12
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
No rvm.sh nor sm.sh #21
Comments
they both should be at the end of |
When I ran RailsInstaller, it did put the required lines at the end of /etc/profile. However, I would like to make a few comments. If you are going to have the script change /etc/profile, I feel that you should have the script add a comment to the file indicating when the change was made and why. (MacPorts does something like this.) I would personally prefer that changes be made to the .profile file for the individual user account rather than the system files. I have a few reasons for this. Changes to the individual .profile files will be more understandable than changes to the system file. (at least more obvious) Changes to the system file are things that malware would frequently do, and you would want to avoid things that may give false positives for malware. With all the changes I make to my .profile file, I accidentally overwrote some of the changes carried out by the system file. |
@BradleyRoss so
|
After installing/uninstalling, I get the following when opening a new terminal shell:
on ttys000
-bash: /etc/profile.d/sm.sh: No such file or directory
-bash: /etc/profile.d/rvm.sh: No such file or directory
Thanks for your support,
The text was updated successfully, but these errors were encountered: