Running customised code in another folder #83
-
Hi all, I would like to run customised codes out of the ./julia path, say in ~/App/flow_unsteady. How should I run the code within julia terminal? I tried the following: import FLOWUnsteady as uns include(~/App/flow_unsteady, "wing.jl") It did not work, / is not a unary operator. Can I have any hint pls? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Perhaps try to use the absolute path, e.g. /home/username/App/flow_unsteady/example/wing instead? |
Beta Was this translation helpful? Give feedback.
-
yeah I'll give it a try today and get back to you later. |
Beta Was this translation helpful? Give feedback.
You can also give the path to
include
: