Created
February 2, 2012 09:02
-
-
Save irasally/1722461 to your computer and use it in GitHub Desktop.
Installing rvm on cygwin occurred Permission denied
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) | |
Downloading RVM from wayneeseguin branch stable | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 125 100 125 0 0 80 0 0:00:01 0:00:01 --:--:-- 592 | |
100 799k 100 799k 0 0 123k 0 0:00:06 0:00:06 --:--:-- 183k | |
Upgrading the RVM installation in /home/xxx/.rvm/ | |
cp: cannot open `/home/xxx/.rvm/src/rvm/patches/ree/1.8.7/zlib-gc-fix.diff' for reading: Permission denied | |
RVM sourcing line found in: /home/xxx/.bashrc. | |
Upgrade Notes: | |
* No new notes to display. | |
# RVM: Shell scripts enabling management of multiple ruby environments. | |
# RTFM: https://rvm.beginrescueend.com/ | |
# HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net) | |
# Screencast: http://screencasts.org/episodes/how-to-use-rvm | |
# In case of any issues read output of 'rvm requirements' and/or 'rvm notes' | |
Upgrade of RVM in /home/xxx/.rvm/ is complete. | |
# xxx, | |
# | |
# Thank you for using RVM! | |
# I sincerely hope that RVM helps to make your life easier and more enjoyable!!! | |
# | |
# ~Wayne | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment