Skip to content

import juliacall loads the startup.jl #317

Closed
@mahiki

Description

@mahiki

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requeststaleIssues about to be auto-closed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions