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

Can I use Cxx REPL while by including #492

Open
sprhawk opened this issue Sep 17, 2021 · 0 comments
Open

Can I use Cxx REPL while by including #492

sprhawk opened this issue Sep 17, 2021 · 0 comments

Comments

@sprhawk
Copy link

sprhawk commented Sep 17, 2021

I use a bootstrap.jl to simplify my julia environment startup, like this:

  # bootstrap.jl
  PREFIX = ENV["PREFIX"]
 
  using Cxx
  addHeaderDir(joinpath(PREFIX, "include"))
  addHeaderDir("/usr/include")
  addHeaderDir("/usr/include/eigen3")

and I start julia by julia-1.3.1 --project=demo -i -e 'include("bootstrap.jl")'

But by this method, I cannot activate Cxx REPL by < shortcut.

How can I activate Cxx REPL in this manner?

If I do not use a bootstrap.jl, just start julia-1.3.1 and using Cxx there, I can activate Cxx REPL by <

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant