Skip to main content

manage ruby in your virtualenv

Project description

#rubyenv

This tool is inspired by [nodeenv](https://github.com/ekalinin/nodeenv) and allows you to install ruby into your virtualenvs.

Unlike nodeenv, rubyenv only works inside virtualenvs.

## Install

` $ virtualenv myenv $ source myenv/bin/activate $ pip install rubyenv $ rubyenv install 2.2.2 `

## Example

` $ mkdir frontend $ echo 'use_env frontend' > frontenv/.env $ cd frontend $ pip install nodeenv rubyenv $ nodeenv -p --prebuilt $ npm upgrade -g npm $ node --version && npm --version $ npm install -g yo bower grunt-cli generator-angular $ rubyenv install 2.2.2 $ ruby --version && gem --version $ gem install compass $ yo angular $ grunt serve `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rubyenv-0.3.tar.gz (4.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page