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
Output shows all paths starting with /Users/yawar/src/reloc/_opam, which is correct. But then if we move the directory:
$ cd ..
$ mv reloc reloc2
$ cd reloc2
$ opam env
Output shows that only OPAM_SWITCH_PREFIX is recalculated correctly i.e. /Users/yawar/src/reloc2/_opam. The paths in the other variables (CAML_LD_LIBRARY_PATH, OCAML_TOPLEVEL_PATH, PATH) all still start with /Users/yawar/src/reloc/_opam.
Expected behaviour: opam should leverage the correct OPAM_SWITCH_PREFIX value and interpolate it into the other variables.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Output shows all paths starting with
/Users/yawar/src/reloc/_opam
, which is correct. But then if we move the directory:Output shows that only
OPAM_SWITCH_PREFIX
is recalculated correctly i.e./Users/yawar/src/reloc2/_opam
. The paths in the other variables (CAML_LD_LIBRARY_PATH
,OCAML_TOPLEVEL_PATH
,PATH
) all still start with/Users/yawar/src/reloc/_opam
.Expected behaviour: opam should leverage the correct
OPAM_SWITCH_PREFIX
value and interpolate it into the other variables.The text was updated successfully, but these errors were encountered: