-
Notifications
You must be signed in to change notification settings - Fork 67
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
import juliacall loads the startup.jl #317
Comments
Good idea, I'll look into it. |
This issue has been marked as stale because it has been open for 60 days with no activity. If the issue is still relevant then please leave a comment, or else it will be closed in 7 days. |
You can now start Python with the option I'm going to leave the default as |
@cjdoris Would you consider also adding support for an env variable to disable the startup file? |
You already can, see the docs. |
Right, sorry I missed the docs. |
Is your feature request related to a problem? Please describe.
I have a startup file in my local environment for REPL work. When loading packages or scripts from the command line I call julia with
julia --startup-file=no
. There does not appear to be a way to skip the startup file in a Python repl.Describe the solution you'd like
import juliacall
should default to loading julia environment with--startup-file=no
option.Describe alternatives you've considered
I could move or rename startup.jl file so it wont be found by the julia environment.
Additional context
I'm developing a python application that will call a julia module to make dataframe transformations.
The text was updated successfully, but these errors were encountered: