Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opam config env no longer works on fish with 1.2.1 #2063

Closed
talex5 opened this issue Mar 18, 2015 · 0 comments
Closed

opam config env no longer works on fish with 1.2.1 #2063

talex5 opened this issue Mar 18, 2015 · 0 comments

Comments

@talex5
Copy link
Contributor

talex5 commented Mar 18, 2015

Seems to need ; at the end of each line:

$ eval (opam config env); ocaml -version
fish: Unknown command 'ocaml'
eval (opam config env); ocaml -version
                        ^

This works:

$ eval (opam config env | sed 's/$/;/g'); ocaml -version
The OCaml toplevel, version 4.01.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants