I’d suggest
using Pkg
if in("OhMyREPL",keys(Pkg.installed()))
@eval using OhMyREPL
else
@warn("OhMyREPL not installed")
end
I’d suggest
using Pkg
if in("OhMyREPL",keys(Pkg.installed()))
@eval using OhMyREPL
else
@warn("OhMyREPL not installed")
end