You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2019. It is now read-only.
Currently we call Julia from the command line using std::process::Command. However, once julia-rs has matured and is actually usable, it might make more sense to use that crate to call Pkg functions rather than spawning a process.