# Uninstall previous Julia versions before using JuliaUp

**URL:** https://discourse.julialang.org/t/uninstall-previous-julia-versions-before-using-juliaup/119438
**Category:** New to Julia
**Tags:** juliaup
**Created:** [September 15, 2024, 4:31pm UTC](https://discourse.julialang.org/t/uninstall-previous-julia-versions-before-using-juliaup/119438 "2024-09-15T16:31:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Conor-McLeod](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/conor-mcleod/32/211620_2.png) [@Conor-McLeod](https://discourse.julialang.org/u/Conor-McLeod)
#### Post date: [September 15, 2024, 4:31pm UTC](https://discourse.julialang.org/t/uninstall-previous-julia-versions-before-using-juliaup/119438/1 "2024-09-15T16:31:38Z")

</div>

On the [README](https://github.com/JuliaLang/juliaup) for JuliaUp, it says:

> On all platforms it is recommended that you first uninstall any previous Julia versions and undo any modifications you might have made to put `julia` on the `PATH` before you install Julia with the installer in this repository.

I understand that currently JuliaUp is the standard way of installing Julia for the first time, but it seems when I first installed Julia I did it another way. I would like to install and start using JuliaUp. Do I just need to uninstall the `Julia-X.X.app` file or do I also need to delete my `~/.Julia` folder as well?

---

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [September 15, 2024, 11:28pm UTC](https://discourse.julialang.org/t/uninstall-previous-julia-versions-before-using-juliaup/119438/2 "2024-09-15T23:28:12Z")

</div>

In the `.julia` folder you mainly find packages. I don’t think it is needed to delete it before installing Julia via `juliaup`.  
The command `which julia` can tell you if julia is in your search path and where it is installed.

---

<div class="post-metadata">

### Author: ![kellertuer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kellertuer/32/220707_2.png) [@kellertuer](https://discourse.julialang.org/u/kellertuer)
#### Post date: [September 16, 2024, 7:02am UTC](https://discourse.julialang.org/t/uninstall-previous-julia-versions-before-using-juliaup/119438/4 "2024-09-16T07:02:29Z")

</div>

The note on `Julia-X-X.app` indicates you might be on a Mac?

Then, as Uwe said, keep the `.Julia` folder, because then you do not have to reinstall any packages. Remove the app and start anew by installing juliaup.
