How to create a Julia object
Open
- Dominant language
- Python
- Stars
- 893
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
I have Julia v.0.6.4 downloaded and I accomplish to link it using PyCall v.0.4.1 by running
```
import julia
julia.install(julia="/home/developer/JuliaPro-0.6.4.1/Julia/bin/julia")
```
Once I have that I do not see in the documentation how to call a function from a certain directory, in Julia I would do:
```
include("setup.jl")
function(..)
```
I have tried this:
```
j = julia.Julia(runtime="/home/developer/JuliaPro-0.6.4.1/Julia/bin/julia")
signal (11): Segmentation fault
while loading no file, in expression starting on line 0
```
But gives SegmentationFault
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.