__rvm does not work, if rvm is installed on the system #315
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ungleich-public/cdist#315
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: telmich
Symptom/errors
-sh-4.1$ curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s
bash: line 359: /usr/local/rvm/RELEASE: Permission denied
-sh-4.1$ curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable
bash: line 359: /usr/local/rvm/RELEASE: Permission denied
-sh-4.1$ curl -L get.rvm.io | bash -s stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9219 100 9219 0 0 6700 0 0:00:01 0:00:01 --:--:-- 42288
bash: line 359: /usr/local/rvm/RELEASE: Permission denied
-sh-4.1$ curl -L get.rvm.io > rvmfoo
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9219 100 9219 0 0 8738 0 0:00:01 0:00:01 --:--:-- 41904
Created by: telmich
Unsetting rvm* does the trick. Have a working version in my private branch, will push it upstream in the next days.