Git Product home page Git Product logo

Comments (7)

johnnychen94 avatar johnnychen94 commented on August 30, 2024

To completely uninstall julia installed by jill on macOS:

  • delete the julia folder in install_dir, e.g., /Applications/Julia-1.6.app
  • optionally remove the symlinks in symlink_dir, e.g., ~/.local/bin/julia-1.6

So for instance, run the following codes if you want to remove Julia-1.6:

rm -rf /Applications/Julia-1.6.app
rm ~/.local/bin/julia-1.6
# maybe also
rm ~/.local/bin/julia-1
rm ~/.local/bin/julia

from jill.py.

OUCyf avatar OUCyf commented on August 30, 2024

Thanks~
The path ~/.julia also have some Julia files, whether to remove?

from jill.py.

johnnychen94 avatar johnnychen94 commented on August 30, 2024

~/.julia is used to store Julia packages, precompiled files, environments and etc. If you meant to uninstall Julia and don't plan to use Julia anymore, then yes, you can also remove that folder. jill itself doesn't touch this folder.

from jill.py.

OUCyf avatar OUCyf commented on August 30, 2024

Yep, I know that.

  • For example, I use jill to install 2 versions eg. Julia-1.5 and Julia-1.6, and I use both of them. Duing to some reasons, I need to uninstall the julia-1.5 and all the packages of it, and don't break environment of Julia-1.6.
  • I found some all packages will be stored in ~/.julia; so how to distinguish those packages between different versions of Julia.

from jill.py.

johnnychen94 avatar johnnychen94 commented on August 30, 2024

Duing to some reasons, I need to uninstall the julia-1.5 and all the packages of it, and don't break environment of Julia-1.6.

The following codes should be sufficient:

rm -rf /Applications/Julia-1.5.app
rm ~/.local/bin/julia-1.5

I found some all packages will be stored in ~/.julia; so how to distinguish those packages between different versions of Julia.

All Julia packages are installed in ~/.julia/packages/ in version-agnostic manner; whether a specific package version is used depends on the environment you're using. For instance, ~/.julia/environments/v1.6/Manifest.toml specifies all julia package versions. There isn't ~/.julia/packages/v1.6 stuff. Thus you don't need to worry about this at all.

If you want to cleanup some spaces, you can try pkg> gc in Pkg mode. Or if you insist, another way is to manually remove ~/.julia/packages folder and then pkg> instantiate to rebuild it.

from jill.py.

OUCyf avatar OUCyf commented on August 30, 2024

Oh! I got the point. Thanks so much!

With best wishes~

from jill.py.

xsa-dev avatar xsa-dev commented on August 30, 2024

Thanks!

from jill.py.

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.