-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Null entry in the PATH #2
Comments
That's very strange - ocaml/opam#5350 should be making that impossible! |
the See https://github.com/ocaml/opam/blob/2.2.1/src/format/opamLineLexer.mll This may explain it. |
I encounter this error when instructing |
opam auto setup on Windows breaks, but `eval $(opam env)` works See dra27/mingw-w64-shims#2 (comment)
opam auto setup on Windows breaks, but `eval $(opam env)` works See dra27/mingw-w64-shims#2 (comment)
The
opam
file contains:On my system the i686 tools set is absent, then these lines are transcribed by
opam
in itsvariable.sh
as:Then a null entry is inserted in the PATH. This can break some package (
ocamlfind
has an INSTALL file which is used instead of/usr/bin/install
).I am using opam 2.2.1.
The text was updated successfully, but these errors were encountered: