Replies: 4 comments 1 reply
-
Did you run |
Beta Was this translation helpful? Give feedback.
-
I did not give enough information in this discussion; I'm sorry, and I'll close this discussion (since I'm don't know how to delete it) and start a new one with more detailed information. |
Beta Was this translation helpful? Give feedback.
-
no no don't worry, i was about to reply. I think i understand your issue but I'm currently in a meeting |
Beta Was this translation helpful? Give feedback.
-
Ok I'll answer in #5483 I guess. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
A few days ago I installed
OCaml 4.0.*
&OPAM 2.0.*
- both are very outdated versions - from some repo, then installedOCaml 4.14.1
, which is a newer version, using OPAM.Then I decided to give OCaml 5 a try,
so I uninstalled both OCaml 4.0.* and OPAM, but seemed like OCaml 4.14.1 was not removed from my device. It was still under
~/.opam
; it was installed when Icd
ed into there and typedopam switch create 4.14.1
.Now, I compiled OCaml 5.1.0 from source, manually, on Android, thanks to the good folks here, and I reinstalled OPAM using
curl
after that.So, right now, there are two versions of OCaml,
4.14.1
and5.1.0+dev1
.But OPAM only recognized 4.14.1, I have to type "$PREFIX/bin/ocaml" to run 5.1.0 like this
which is annoying, how can I configure OPAM properly?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions