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
I'm trying to easily install the platform in a debian Github Codespace (https://github.com/features/codespaces).
The platform installer is not working as expected. When running it, it fails with the following error message:
@TheLortex ➜ /workspaces/ocaml-codespace (main) $ sudo bash < <(curl -L https://github.com/tarides/ocaml-platform-installer/releases/latest/download/installer.sh)
[...]
=> Install into /usr/local/bin
Installation is done. Please run 'ocaml-platform' to install the Platform tools inside your set switch.
@TheLortex ➜ /workspaces/ocaml-codespace (main) $ ocaml-platform
ocaml-platform: [ERROR] Command 'opam show ocaml -f installed-version --normalise --yes -q
--color=never --root /home/codespace/.opam' failed: exited with 50
When running the opam command manually I get [ERROR] Opam has not been initialised, please run 'opam init'
The text was updated successfully, but these errors were encountered:
TheLortex
changed the title
Installation failed when using from an empty debian VM
Installation failed when used in an empty debian VM
Jun 30, 2022
I'm trying to easily install the platform in a debian Github Codespace (https://github.com/features/codespaces).
The platform installer is not working as expected. When running it, it fails with the following error message:
When running the opam command manually I get
[ERROR] Opam has not been initialised, please run 'opam init'
The text was updated successfully, but these errors were encountered: