Skip to content

twang817/rubyenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rubyenv

This tool is inspired by 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages