# Trouble uninstalling Julia 0.4.5 from Windows 10 machine

**URL:** https://discourse.julialang.org/t/trouble-uninstalling-julia-0-4-5-from-windows-10-machine/20332
**Category:** New to Julia
**Tags:** question
**Created:** [January 31, 2019, 6:59pm UTC](https://discourse.julialang.org/t/trouble-uninstalling-julia-0-4-5-from-windows-10-machine/20332 "2019-01-31T18:59:39Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![gtollefson](https://avatars.discourse-cdn.com/v4/letter/g/0ea827/32.png) [@gtollefson](https://discourse.julialang.org/u/gtollefson)
#### Post date: [January 31, 2019, 6:59pm UTC](https://discourse.julialang.org/t/trouble-uninstalling-julia-0-4-5-from-windows-10-machine/20332/1 "2019-01-31T18:59:39Z")

</div>

I’ve tried wiping my Julia installation by deleting the Julia folder containing all install files from AppData/Local/Julia-0.4.5.

I’ve tried installing 0.6.4 (not the v1 release because I’m developing code that is in 0.6.4) but when I call julia from the Windows 10 command prompt it opens the 0.4.5 REPL even though I’ve uninstalled it. I’ve used ‘locate julia’ and found nothing before installing Julia 0.6.4.

Do you know how I can remove all files from 0.4.5 from my computer? Or how I can check to see the path that ‘julia’ command pulls from when I run in the command prompt?

---

<div class="post-metadata">

### Author: ![joa-quim](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/joa-quim/32/227_2.png) [@joa-quim](https://discourse.julialang.org/u/joa-quim)
#### Post date: [January 31, 2019, 7:05pm UTC](https://discourse.julialang.org/t/trouble-uninstalling-julia-0-4-5-from-windows-10-machine/20332/2 "2019-01-31T19:05:03Z")

</div>

From the Windows cmd

```julia
where julia

```

---

<div class="post-metadata">

### Author: ![gtollefson](https://avatars.discourse-cdn.com/v4/letter/g/0ea827/32.png) [@gtollefson](https://discourse.julialang.org/u/gtollefson)
#### Post date: [January 31, 2019, 7:15pm UTC](https://discourse.julialang.org/t/trouble-uninstalling-julia-0-4-5-from-windows-10-machine/20332/3 "2019-01-31T19:15:01Z")

</div>

Whoops I misspoke. I’m using the Linux bash shell for Windows 10 - not the command prompt (cmd). My network admin has disabled Windows cmd on my machine. `where julia` isn’t recognized on the bash shell.

---

<div class="post-metadata">

### Author: ![joa-quim](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/joa-quim/32/227_2.png) [@joa-quim](https://discourse.julialang.org/u/joa-quim)
#### Post date: [January 31, 2019, 7:24pm UTC](https://discourse.julialang.org/t/trouble-uninstalling-julia-0-4-5-from-windows-10-machine/20332/4 "2019-01-31T19:24:13Z")

</div>

Then

```julia
which julia

```

---

<div class="post-metadata">

### Author: ![gtollefson](https://avatars.discourse-cdn.com/v4/letter/g/0ea827/32.png) [@gtollefson](https://discourse.julialang.org/u/gtollefson)
#### Post date: [January 31, 2019, 7:45pm UTC](https://discourse.julialang.org/t/trouble-uninstalling-julia-0-4-5-from-windows-10-machine/20332/5 "2019-01-31T19:45:19Z")

</div>

Ah ha! I see

> /usr/bin/julia

Should I delete this?

When I view it it is mostly symbols but I see the following including a 0.4.5 error message:

> parser error:  
> ^@+vhqFfH:e:E:P:L:J:C:ip:Ob:^@unknown option `-%c`^@unknown option `%s`^@0.4.5^@julia version %s  
> ^@%s%s^@auto^@user^@none^@error^@ieee^@fast^@version^@help^@quiet^@home^@eval^@print^@post-boot^@load^@ ^@^@^@WARNING: jl\_errorexception\_type not defined; any errors will be fatal. ^@option `-%c/--%s` is missing an argument^@^@^@^@^@^@^@^@option `--%s` is missing an argument^@^@^@^@j  
> This is a bug, please report it.^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@P���^P���^P���^P���$  
> -h, --help Print this message
> 
> -J, --sysimage Start up with the given system image file  
> –precompiled={yes|no} Use precompiled code from system image if available  
> -H, --home Set location of julia executable  
> –startup-file={yes|no} Load ~/.juliarc.jl  
> -f, --no-startup Don’t load ~/.juliarc (deprecated, use --startup-file=no)  
> -F Load ~/.juliarc (deprecated, use --startup-file=yes)  
> –handle-signals={yes|no} Enable or disable Julia’s default signal handlers

---

<div class="post-metadata">

### Author: ![joa-quim](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/joa-quim/32/227_2.png) [@joa-quim](https://discourse.julialang.org/u/joa-quim)
#### Post date: [January 31, 2019, 8:06pm UTC](https://discourse.julialang.org/t/trouble-uninstalling-julia-0-4-5-from-windows-10-machine/20332/6 "2019-01-31T20:06:00Z")

</div>

Not sure on how to uninstall on linux. There are also probably some libs in /usr/lib or alike.
