Skip to content

Commit

Permalink
Install dependencies here as well...
Browse files Browse the repository at this point in the history
  • Loading branch information
8uurg committed Jun 23, 2020
1 parent eeba5e5 commit 2dfa00c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure_julia.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
import re
import sys
import os.path
import julia

julia.install()

pathrgx = re.compile(b"Path:[\t ]*([^\r\n]*)")
envinfo = subprocess.check_output("poetry env info", shell=True)
Expand All @@ -17,6 +19,7 @@
rebuild_pycall = f"""
import Pkg
ENV["PYTHON"]="{fenvpath}"
Pkg.add(["Distributions", "NLopt"])
Pkg.build("PyCall")
""".splitlines()

Expand Down

0 comments on commit 2dfa00c

Please sign in to comment.