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

Run .juliarc.jl before starting? #64

Closed
timholy opened this issue Sep 8, 2013 · 4 comments
Closed

Run .juliarc.jl before starting? #64

timholy opened this issue Sep 8, 2013 · 4 comments

Comments

@timholy
Copy link
Sponsor Member

timholy commented Sep 8, 2013

Poking around a bit, I tried adding a symlink to my ~/.juliarc.jl file inside my ~/.config/ipython/profile_julia/startup directory. That didn't work. Any suggestions how to achieve this?

@Carreau
Copy link
Contributor

Carreau commented Sep 9, 2013

Did you mean /startup instead of _startup ? Shot in the dark, try making the extension of the symlink .py but I don't think it will work as it might be a IPython kernel specific stuff. This is one point where there might be pythonism that might have to be fixed on IPython side, but Some handling code will probably be needed on IJulia side too.

Envoyé de mon iPhone

Le 8 sept. 2013 à 23:18, Tim Holy notifications@github.com a écrit :

Poking around a bit, I tried adding a symlink to my ~/.juliarc.jl file inside my ~/.config/ipython/profile_julia_startup directory. That didn't work. Any suggestions how to achieve this?


Reply to this email directly or view it on GitHub.

@Carreau
Copy link
Contributor

Carreau commented Sep 9, 2013

I saw that you fixed _startup -> /startup

@Carreau
Copy link
Contributor

Carreau commented Sep 9, 2013

And to answer myself: Yes, the startup folder is considered only in IPython kernel around thoses lines if you need inspirations.

@staticfloat
Copy link
Sponsor Member

Running the necessary juliarc files will be necessary in the proposed implementation of JuliaLang/julia#4222. Would passing the -F option to the Julia kernels do what we want?

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

3 participants