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
synopsis: "Bootstrapped development binary for opam 2.5"
3
+
description:
4
+
"This package compiles (bootstraps) opam. For consistency and safety of the installation, the binaries are not installed into the PATH, but into lib/opam-devel, from where the user can manually install them system-wide."
The development version of opam has been successfully compiled into %{lib}%/%{name}%. You should not run it from there, please install the binaries to your PATH, e.g. with
40
+
sudo cp %{lib}%/%{name}%/opam /usr/local/bin
41
+
42
+
If you just want to give it a try without altering your current installation, you could use instead:
43
+
alias opam2="OPAMROOT=~/.opam2 %{lib}%/%{name}%/opam\""""
synopsis: "Installation of files to a prefix, following opam conventions"
3
+
description: """\
4
+
opam-installer is a small tool that can read *.install files, as defined by opam [1], and execute them to install or remove package files without going through opam.
0 commit comments