I would like to install RVM to my home folder, and all the installation instructions or scripts use curl, but there is no possibility to install curl on the system (not enough permissions).
Is it possible to install RVM with wget?
|
Is it possible? Sure, you can clone the repository and make all necessary changes in Wayne's code. It is just a bash script. But it is listed as a requirement, and use internally, and so might be more than what you would be willing to do for this. Here is a snippet from his RVM installer file to show you how he is using it in addition to the initial curl command to kick things off, to give you an idea of the things you would need to change.
|
|||
|
curlis an extremely common tool, epeciallylibcurlwhich is the backbone of many web-based tools. What system are you having trouble finding it on? – tadman Nov 26 '12 at 16:50$PATH. – qqx Nov 26 '12 at 16:57