Giter Site home page Giter Site logo

Travis cli about extras HOT 3 CLOSED

scoopinstaller avatar scoopinstaller commented on May 29, 2024
Travis cli

from extras.

Comments (3)

matthewjberger avatar matthewjberger commented on May 29, 2024

I think ideally you'd just do this by running:

scoop install ruby

and then running the command in your comment

from extras.

Alxandr avatar Alxandr commented on May 29, 2024

@matthewjberger sure, that's what I do today. It'd just be nice if I didn't have to remember the command above, and could just scoop install travis, and it'd install ruby if I didn't already have it and then run the command.

from extras.

matthewjberger avatar matthewjberger commented on May 29, 2024

It looks as if the --no-rdoc --no-ri syntax is deprecated now. According to that stackoverflow link

The recommended way is to use --no-document in ~/.gemrc or /etc/gemrc.

that leaves you with just:
gem install travis -v 1.8.8

which gem will automatically install if 1.8.8 is the latest version:
gem install travis

which is much simpler to remember, and if you need a specific version that can always just be appended.

In my opinion it makes more sense to use scoop to download programs that can't already be installed through some package manager already or to use scoop to download package managers for specific groups of programs, such as npm and gem. This also helps to avoid conflicts between packages that can be installed with different package managers, like how all of the node packages can be installed with either yarn or npm.

However, I definitely see where you're coming from with this idea though! I considered making a manifest for Nyaovim because I use that frequently, but I decided against it for the reasons stated above.

from extras.

Related Issues (20)

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.