Git Product home page Git Product logo

orr's Introduction

CircleCI

orr - openSUSE RVM replacement

A command-line tool command-line tool which allows you to easily install, manage, and work with multiple ruby environments on openSUSE Distributions.

This is an application heavily inspired by RVM, in fact it tries to mimic the RVM behaviour and command-line options so it can serve, for the most basic use cases, as RVM replacement.

Installation

orr is only usefull for the openSUSE/SUSE Linux Enterprise Distributions. You can install it with zypper.

zypper in orr

Contribute

See CONTRIBUTING.md

Requirements

orr makes use of the fabolous...

orr's People

Contributors

cornelius avatar hennevogel avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

cornelius mdeniz

orr's Issues

Remove all ruby installations, remove orr and all other traces

  • Remove all ruby packages from devel:languages:ruby
  • Remove all orr related packages
  • Remove the devel:languages:ruby repository from zypp
  • Remove all the local gem files
  • Remove all the orr configuration
  • Do not remove the ruby version that ships with the distribution

runs a named ruby file against specified and/or all rubies

Running for all installed ruby versions

$ orr do all ruby -v
ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-linux]
ruby 2.1.10p492 (2016-04-01 revision 54464) [x86_64-linux]

Running for a specific installed ruby version

$ orr do 2.4 ruby -v
ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-linux]

Depfu Error: Found neither *.gemspec nor Gemfile

Hello,

We've tried to activate or update your repository on Depfu and found something odd:

Your repo neither contains a *.gemspec file, nor a Gemfile. If we were to guess, we would say that this is not actually a Ruby project and has probably been activated by error.

Please note that Depfu currently only searches for your dependencies in the root folder and therefore we currently don't support Rails style monorepos.

How to deactivate the project

  • Go to the Settings page of either your own account or the organization you've used
  • Go to "Installed Integrations"
  • Click the "Configure" button on the Depfu integration
  • Remove this repo (hennevogel/orr) from the list of accessible repos.

Please note that using the "All Repositories" setting doesn't make a lot of sense with Depfu.

If you think that this is a mistake

Please let us know by sending an email to [email protected].


This is an automated issue by Depfu. You're getting it because someone configured Depfu to automatically update dependencies on this project.

Install one or many ruby versions

$ orr install 2.4
Install of ruby 2.4.1 complete
  • Install the requested version
  • Installed version is immediately used afterward
  • When no version specified, install latest stable version
  • Passing additional --default option makes selected ruby your default.
  • If a patch version is requested (MAJOR.MINOR.PATCH) check if packages are available for it, if not tell people that we only have the latest patch version and continue with that

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.