Giter VIP home page Giter VIP logo

rbenv-win's Introduction

rbenv for Windows

The rbenv is a great tool. I ported it to Windows. Some commands doesn't implemented, but wouldn't be a problem in basic use.

Usage

Show all implement commands.

 > rbenv commands

How to use the detailed command, please refer to the original rbenv.

Installation

Installer is here.
Install rbenv for windows to your USERPROFILE directory.

  1. Clone git repositry

    > git clone https://github.com/nak1114/rbenv-win.git %USERPROFILE%\.rbenv-win
    
  2. Config path
    Add the bin & shims directory to your PATH environment variable for access to the rbenv command

    > for /f "skip=2 delims=" %a in ('reg query HKCU\Environment /v Path') do set orgpath=%a
    > setx Path "%USERPROFILE%\.rbenv-win\bin;%USERPROFILE%\.rbenv-win\shims;%orgpath:~22%"
    
  3. Restart your shell

    > exit
    
  4. Run the following command after rbenv installation , to enable the ruby.

    > rbenv install 2.2.4
    > rbenv global 2.2.4
    > rbenv rehash
    

License

The scripts is available as open source under the terms of the MIT License.

Development

Release test is performed in the following procedure.

````
> git clone https://github.com/nak1114/rbenv-win.git <your test dir>
> cd <your test dir>/test
> test.bat
````

This test requires the FireFox.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nak1114/rbenv-win. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

rbenv-win's People

Contributors

nak1114 avatar tarekziade avatar tobmatth avatar meustrus avatar ifadli avatar kagechan avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.