How to add Juliaup to path?

Windows pc decided to suddenly cleanse some environment variables. How can I add it again?

I tried reinstalling juliaup, nothing happened.

Kind regards

Which environment variables?

image

This broke, it has worked previously. I would like to fix it through juliaup, but reinstalling did not fix it

Kind regards

You will want to set the PATH environment variable. Let me think about how find the correct path settings.

Maybe @davidanthoff has a better idea?

the juliaup which is in the PATH is in

C:\Users\USERNAME\AppData\Local\Microsoft\WindowsApps

and is some kind of link to the real juliaup exe.

Check if

echo %PATH%

still contains above path and juliaup exist there.

2 Likes

What @oheil wrote :slight_smile: That directory needs to be on your PATH for any Windows Store app to work properly.

1 Like

Perfect, thanks guys :blush:

First time I’ve experienced Windows do this, perhaps after an update as usual.

Kind regards

1 Like