Giter VIP home page Giter VIP logo

Comments (5)

postmodern avatar postmodern commented on August 16, 2024

It appears that running ./uninstall.sh inside of the scripts/ directory does something entirely different.

>>> Uninstalling chruby ...
cat uninstall.sh >uninstall 
chmod a+x uninstall
>>> Removing /etc/profile.d/chruby.sh ...

As a workaround try running ./scripts/uninstall.sh in chruby's root directory.

from chruby.

CharlesCCC avatar CharlesCCC commented on August 16, 2024

thank you @postmodern for the quick reply, here I tried with your suggestion

>>> Uninstalling chruby ...
for file in `find etc lib bin sbin share -type f 2>/dev/null`; do rm -f /usr/local/$file; done
rm -rf /usr/local/share/doc/chruby-0.3.9
rmdir /usr/local/share/chruby
rmdir: /usr/local/share/chruby: No such file or directory
make: *** [uninstall] Error 1

MacBook-Pro chruby % sudo ./scripts/uninstall
>>> Uninstalling chruby ...
for file in `find etc lib bin sbin share -type f 2>/dev/null`; do rm -f /usr/local/$file; done
rm -rf /usr/local/share/doc/chruby-0.3.9
rmdir /usr/local/share/chruby
rmdir: /usr/local/share/chruby: No such file or directory
make: *** [uninstall] Error 1

It Error out with status code 1... :(

from chruby.

postmodern avatar postmodern commented on August 16, 2024

It appears that chruby may have already been uninstalled. or partially uninstalled, or was installed into a prefix other than /usr/local. The other commands succeed because they use the -f flag. I could change the rmdir command to a rm -rf to ensure make uninstall exits successfully, even if chruby wasn't previously installed.

from chruby.

CharlesCCC avatar CharlesCCC commented on August 16, 2024

Thank you again.

Long story short:
I'm trying to remove chruby from shell. so that it won't affect another tool that I'm using(my company built tool)
right now, the chruby still works after tried the uninstall

Here is what I got after run the chruby

Macbook% chruby
   3.1.2
   latest

from chruby.

postmodern avatar postmodern commented on August 16, 2024

chruby is loaded into the shell, so even after uninstalling the files, the code will still be loaded in the current shell. Simply restart the shell and chruby should no longer be there.

from chruby.

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.