You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2021. It is now read-only.
Instead of simply appending to the PATH, this ocaml installer decided that it would be a good idea to completely overwrite it, setting it to the value C:\Users\[me]\AppData\Roaming\OCaml\bin. This broke everything; luckily for me I had a registry backup from a while ago which I searched through and found an old PATH setting, but this kind of behavior is extremely unexpected for an installer.
Instead of simply appending to the
PATH, this ocaml installer decided that it would be a good idea to completely overwrite it, setting it to the valueC:\Users\[me]\AppData\Roaming\OCaml\bin. This broke everything; luckily for me I had a registry backup from a while ago which I searched through and found an oldPATHsetting, but this kind of behavior is extremely unexpected for an installer.