I have installed coq
and CoqIDE
via opam
, following the instructions here.
As noted in the instruction, each time I have to
export OPAMROOT=~/opam-coq.8.9.0
eval `opam config env`
before launching CoqIDE
via coqide
.
Otherwise, it complains
Command
coqide
not found.
How to configure my system so that I can launch coqide
directly via coqide
each time? Adding the export
and eval
commands to ~/.bashrc
and source ~/.bashrc
does not work for me.
Configuration:
- Ubuntu 18.04.2 LTS, 64-bit
- opam 2.0
- coq 8.9.0