Code Monkey home page Code Monkey logo

Comments (6)

JBakamovic avatar JBakamovic commented on July 18, 2024

I am aware that OS X can be supported almost out of the box but I don't have any Mac machine to test the setup. If you can confirm that the change you mention works on your machine I will be happy to apply it.

from yavide.

JBakamovic avatar JBakamovic commented on July 18, 2024

I forgot to comment about removing sudo calls. I am afraid this is not possible as there are quite a few system packages that are required to be installed to set-up the Yavide environment properly. Installation process of those packages require R/W access to system directories, hence sudo access will be needed.

Alternative ways to circumvent the sudo requirement would be to have:

  • users install number of dependencies by themselves or
  • administrators install the dependencies for ordinary users or
  • tweak the installation script to build each dependency manually and install it into the $HOME environment

I don't find convenient none of these alternatives. Let me know if you had something else in mind.

from yavide.

Leandros avatar Leandros commented on July 18, 2024

Yes, that's the main issue why I haven't just added the missing steps to the script and submitted a pull-request. The only other idea I could come up with, is adding a 2nd script which is solely for installing on os x. I think that might fit quite well, since on os x the user could also use different package managers.

from yavide.

JBakamovic avatar JBakamovic commented on July 18, 2024

Ok, I've been reading a bit about the homebrew philosophy and I think I understand your point now. I think that having a second script, basically the same as the first one, would be an overkill and would probably lead to maintenance issues.

One idea that comes up to my mind is to refactor the installation script so that it checks if it has R/W access to the relevant directories and act accordingly. Provided that access is restricted and there is no sudo permission available it would result with stopping the installation process.

from yavide.

jesuisnicolasdavid avatar jesuisnicolasdavid commented on July 18, 2024

Is there any way to make this awesome idea compatible with osx ? I changed the install script with brew, but i have a gvim error of course. Thanks for your help

from yavide.

JBakamovic avatar JBakamovic commented on July 18, 2024

Hi Nicolas, what specific error are you getting? I think that there shouldn't be any bigger problems making this compatible with osx.

from yavide.

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.