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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file rubyenv-0.3.tar.gz
.
File metadata
- Download URL: rubyenv-0.3.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f19b0022e425da15306c13734a29be9d70faf66d60d271119278ebac9a6a0af6 |
|
MD5 | 81be8a89feee57ac8b5c9955902a9862 |
|
BLAKE2b-256 | a78923a19d3038c93cf03b2352b2546460d886c038c2ff84fc31d9fcb6113bd5 |