Julia Programming Language
Can I run `include("file")` for a file stored in a loaded package
General Usage
JoshuaLampert
February 13, 2025, 2:04pm
2
Something like
include(pkgdir(MyPackage, "src", "some_file.jl"))
should work. See
the docs
.
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Having trouble to run a file outside the directory
General Usage
2
539
July 15, 2019
Include, using, export
New to Julia
4
613
March 8, 2020
Executing a file
New to Julia
4
534
May 6, 2019
Calling function of included file
New to Julia
4
1789
January 27, 2019
Include command inconsistent with isfile result
General Usage
17
1130
July 21, 2019