Git Product home page Git Product logo

Comments (6)

strongriley avatar strongriley commented on July 20, 2024

So somehow this block failed:

unless app? 'MacVim'
      system <<-SHELL
        curl -L -o macvim.tbz https://github.com/downloads/b4winckler/macvim/MacVim-snapshot-64.tbz && \
          bunzip2 macvim.tbz && tar xf macvim.tar && \
          mv MacVim-snapshot-64/MacVim.app /Applications && \
          rm -rf macvim.tbz macvim.tar MacVim-snapshot-64
      SHELL
      system ''
    end

Can you walk through each of those shell commands individually and see which fails? Thanks.

from maximum-awesome.

toomasr avatar toomasr commented on July 20, 2024

Went through the command I see where the chain fails:

toomasr@cigarillo-2 ~/projects/maximum-awesome ±master⚡ » sudo mv MacVim-snapshot-64/MacVim.app /Applications
mv: rename MacVim-snapshot-64/MacVim.app to /Applications/MacVim.app: Directory not empty
toomasr@cigarillo-2 ~/projects/maximum-awesome ±master⚡ » echo $?
1

So it fails because I already have such a folder under /Applications. I'm doing a fresh install using "rake" approach and making sure the folder doesn't exist for me. I'll keep you posted.

from maximum-awesome.

toomasr avatar toomasr commented on July 20, 2024

Yup, got it working now, thanks!

from maximum-awesome.

strongriley avatar strongriley commented on July 20, 2024

Interesting. So you already had MacVim, but it didn't detect that it already existed?

from maximum-awesome.

toomasr avatar toomasr commented on July 20, 2024

Yup, had it installed from ages ago and the line to move to that folder failed.

Sent from my iPhone

On 01.09.2013, at 9:42, Riley Strong [email protected] wrote:

Interesting. So you already had MacVim, but it didn't detect that it already existed?


Reply to this email directly or view it on GitHub.

from maximum-awesome.

strongriley avatar strongriley commented on July 20, 2024

Yea this seems pretty edge case-y. Happy to review a PR from you, but otherwise don't think it's worth it to fix.Closing for now, but feel free to re-open with a fix. Thanks!

from maximum-awesome.

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.