Hi, I have this problem:
When I try to install multi-user rvm, and put this:
sudo bash < <(curl -s
https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer
)
in terminal (I have Ubuntu 11.04), I haven't any output and rvm still no
installed. Why?
···
--
Posted via http://www.ruby-forum.com/\ .
Try running this in your shell:
`user$ type rvm | head -1`
If it returns:
`rvm is a function`
rvm is installed.
Cheers,
Phil...
···
On 16/11/11 21:08, "Misha Ognev" <b1368810@lhsdv.com> wrote:
Hi, I have this problem:
When I try to install multi-user rvm, and put this:
sudo bash < <(curl -s
https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer
)
in terminal (I have Ubuntu 11.04), I haven't any output and rvm still no
installed. Why?
--
Nothing to see here... move along, move along
Do you have installed curl?
If I puts command
man curl
I see the manual. So, I think, curl installed.
Try navigating to the directory where the rvm source files would've been
placed by curl if it has indeed been downloaded.
It must be installed to /usr/local (So, I removed rvm before).
So, what's next?
···
--
Posted via http://www.ruby-forum.com/\ .
In which case it's probably not installed (you could try `find / -name
rvm
-print` to search your entire drive).
I'd said in the start of topic, that's rvm don't want to install.
Try: <http://beginrescueend.com/> ;
I followed them instructions.
user@comp:~$ sudo bash < <(curl -s
https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
user@comp:~$ bash < <(curl -s
https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
user@comp:~$
These lines don't anything!
···
--
Posted via http://www.ruby-forum.com/\ .
Is there any chance you don't currently have bash installed on your
machine, or that you aren't using bash as your default user shell?
···
On Thu, Nov 17, 2011 at 06:08:51AM +0900, Misha Ognev wrote:
Hi, I have this problem:
When I try to install multi-user rvm, and put this:
> sudo bash < <(curl -s
> https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer
> )
in terminal (I have Ubuntu 11.04), I haven't any output and rvm still no
installed. Why?
--
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
Is there any chance you don't currently have bash installed on your
machine, or that you aren't using bash as your default user shell?
I had happy installing rvm on this machine, but now remove it.
Else I have some troubles with OS and I may change something(maybe bash
work bad or it's no default).
What happens if you type:
curl
https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer
-o rvm-installer
I get this.
user@comp:~$ curl
https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer
-o rvm-installer
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
0
curl: (7) couldn't connect to host
···
--
Posted via http://www.ruby-forum.com/\ .
So, I installed RVM.
First I get the rvm installer via:
curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts >
/rvm-installer
Second, I do sudo bash rvm-installer (which placed in my home folder).
I reboot linux and all OK.
But now other problem: other users can't see rvm commands.
RVM installed in /usr/local/rvm:
user@comp:~$ ls /usr/local/rvm
archives bin config contrib environments examples gems gemsets >
help hooks lib LICENCE log man patches patchsets README rubies
scripts src tmp user VERSION wrappers
···
--
Posted via http://www.ruby-forum.com/\ .
Luca_Email
(Luca (Email))
29 December 2011 06:47
10
-----Messaggio originale-----
···
Da: Misha Ognev [mailto:b1368810@lhsdv.com]
Inviato: mercoledì 16 novembre 2011 22:09
A: ruby-talk ML
Oggetto: RVM problem, plz help
Hi, I have this problem:
When I try to install multi-user rvm, and put this:
sudo bash < <(curl -s
https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installe
r
)
in terminal (I have Ubuntu 11.04), I haven't any output and rvm still no
installed. Why?
--
Posted via http://www.ruby-forum.com/\ .
--
Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f
Sponsor:
Conto Arancio al 4,20%. Zero spese e massima liberta', aprilo in due minuti!
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid 919&d)-12
11157
(杨海龙)
17 November 2011 07:09
11
Do you have installed curl?
···
On Thu, Nov 17, 2011 at 2:59 PM, Misha Ognev <b1368810@lhsdv.com> wrote:
Phil, it returns:
> -bash: type: rvm: not found
--
Posted via http://www.ruby-forum.com/\ .
Try navigating to the directory where the rvm source files would've been
placed by curl if it has indeed been downloaded.
On my machine (Mac OS X) they're located at `/usr/local/rvm/src/rvm`
You could try `$: find /usr -name rvm -print`
Cheers,
Phil...
···
On 17/11/11 06:59, "Misha Ognev" <b1368810@lhsdv.com> wrote:
Phil, it returns:
-bash: type: rvm: not found
--
Nothing to see here... move along, move along
[snip]
Try navigating to the directory where the rvm source files would've been
placed by curl if it has indeed been downloaded.
It must be installed to /usr/local (So, I removed rvm before).
So, what's next?
$: find /usr/local -name rvm -print
& if it's, say, in /usr/local/rvm, run:
`$: sudo /usr/local/rvm`
Cheers,
Phil...
···
On 17/11/11 14:47, "Misha Ognev" <b1368810@lhsdv.com> wrote:
--
Nothing to see here... move along, move along
In which case it's probably not installed (you could try `find / -name rvm
-print` to search your entire drive).
Try: <http://beginrescueend.com/> ;
Cheers,
Phil...
···
On 17/11/11 15:41, "Misha Ognev" <b1368810@lhsdv.com> wrote:
find /usr/local -name rvm -print
Report is nil.
--
Nothing to see here... move along, move along
What happens if you type:
curl https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer
-o rvm-installer
? Do you end up with a file called rvm-installer? If so, run it with bash:
bash ./rvm-installer
···
On Thu, Nov 17, 2011 at 10:42 AM, Misha Ognev <b1368810@lhsdv.com> wrote:
In which case it's probably not installed (you could try `find / -name
rvm
-print` to search your entire drive).
I'd said in the start of topic, that's rvm don't want to install.
Try: <http://beginrescueend.com/> ;
I followed them instructions.
user@comp:~$ sudo bash < <(curl -s
https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
user@comp:~$ bash < <(curl -s
https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
user@comp:~$
These lines don't anything!