Giter VIP home page Giter VIP logo

Comments (3)

temujin9 avatar temujin9 commented on June 21, 2024

If by "not found" you mean they are no longer available in your default path, this is intentional. The service binary was interfering with the native Linux service command. (See #38 for more details.)

If by "not found" you mean that invocations of cloudformation-ruby-dsl scripts fail, then we've got a bug. In that case, get me the results of echo $PATH and sudo find / -xdev -executable -type f -name cfn-cmd.

from cloudformation-ruby-dsl.

mmell avatar mmell commented on June 21, 2024

An invocation of cloudformation-ruby-dsl to (for example) expand still works. My reading of this line in "Removing vendored binaries" was that the binaries were supposed to still be available, but they are not. I have no cfn-cmd unless I brew install aws-cfn-tools.

from cloudformation-ruby-dsl.

temujin9 avatar temujin9 commented on June 21, 2024

They are still physically present (in the vendor folder), but the gem no longer inserts them into your $PATH. You can always do so manually, by modifying your $PATH to include their installed location on disk. However, the brew command you suggested is probably a cleaner approach.

from cloudformation-ruby-dsl.

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.