If you can help or wish to become one of the maintainers - just start helping.
You can find more RVM related projects at
RVM Github organization.
CARVIEW |
Select Language
HTTP/2 301
server: nginx/1.10.3 (Ubuntu)
content-type: text/html
location: https://rvm.io/workflow/proxy
strict-transport-security: max-age=63072000; includeSubDomains
x-frame-options: DENY
x-content-type-options: nosniff
accept-ranges: bytes
age: 0
date: Sun, 12 Oct 2025 11:11:36 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210084-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760267496.666251,VS0,VE521
content-length: 194
HTTP/1.1 200 OK
Connection: keep-alive
Content-Length: 4677
Server: nginx/1.10.3 (Ubuntu)
Content-Type: text/html
Last-Modified: Fri, 15 Jan 2021 20:39:56 GMT
ETag: W/"6001fd9c-3f7c"
Strict-Transport-Security: max-age=63072000; includeSubDomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Content-Encoding: gzip
Accept-Ranges: bytes
Age: 0
Date: Sun, 12 Oct 2025 11:11:36 GMT
Via: 1.1 varnish
X-Served-By: cache-bom-vanm7210035-BOM
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1760267496.214736,VS0,VE518
RVM: Ruby Version Manager -
Installing rubies behind a proxy.
Support
RVM is maintained by community of volunteers, report issues to
RVM issues tracker.
Donation
Love RVM? Help us maintain RVM, a donation can help with it.
Want to help in other way, want to be a sponsor?
contact:
Michal Papis
Carbon Ads
Installing RVM behind a proxy
Export your shell environment for http proxy use
export http_proxy="https://hostname:port" or save it to your shell profile. (i.e. ~/.bash_rc)
export http_proxy="https://example.proxy_name.com:80"
For multi-user installs, use sudo -E to preserve the proxy settings in your environment:
curl -sSL https://get.rvm.io | sudo -E bash -s stable
Setting git to use a proxy
Set your git tool to use the environment proxy inside you ~/.gitconfig
[http] proxy = %http_proxy%
Using RVM behind a proxy
There are a few ways to use RVM from behind a proxy.
--proxy
You can pass the proxy sever to use directly to RVM:
rvm install X --proxy $domain_or_ip:$port
Using CURL
Set the proxy inside your ~/.curlrc:
proxy = example.proxy_name.com:80
Community Resources
RVM
- About
- Autolibs
- Basics
- Best Practices
- Cli
- Configuration
- Info
- Install
- Myths
- Offline
- Prerequisites
- Security
- Upgrading
Gemsets
- Basics
- Clear
- Copying
- Creating
- Deleting
- Emptying
- Exporting
- Global
- Ignoring
- Importing
- Initial
- Listing
- Using
∞
Copyright
© 2009-2011
Wayne E. Seguin
© 2011-2017
Michal Papis
© 2016-2017
Piotr Kuczynski
∞
Built with
Nanoc
∞
Cached by
Fastly
∞
Tested by
Travis CI