Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/ushell-module-rbenv

Unix like shell module for rbenv.
https://github.com/afeiship/ushell-module-rbenv

cache mirror rbenv ruby rvm

Last synced: 8 days ago
JSON representation

Unix like shell module for rbenv.

Awesome Lists containing this project

README

        

# ushell-module-rbenv
> Unix like shell module for rbenv.

## installation
```shell
npm i @jswork/ushell-module-rbenv
```

## openssl problems
- https://coderwall.com/p/n9bnug/missing-the-openssl-lib-when-rbenv-install-2-1-0-dev

## resources
- http://www.jianshu.com/p/ACs3kA
- https://ruby-china.org/wiki/rbenv-guide
- https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-with-rbenv-on-centos-7
- https://gist.github.com/jpfuentes2/2002954