diff --git a/scripts/install_ocaml.sh b/scripts/install_ocaml.sh index 902511c4..46bd7892 100755 --- a/scripts/install_ocaml.sh +++ b/scripts/install_ocaml.sh @@ -33,6 +33,7 @@ then fi scripts/fetch_from_web.py "https://raw.github.com/hcarty/ocamlbrew/master/ocamlbrew-install" ocamlbrew-install.sh cat < ocamlbrew-install.sh | env OCAMLBREW_FLAGS="-r" bash | tee ocamlbrew_install.log + grep "source " ocamlbrew_install.log | grep "etc/ocamlbrew.bashrc" >> quantum_package.rc source quantum_package.rc echo Y | opam install ${PACKAGES} fi