pyjulia icon indicating copy to clipboard operation
pyjulia copied to clipboard

Problems compiling Julia system image in a Docker

Open opus111 opened this issue 6 years ago • 0 comments

As described here Compiling Julia system image in a Docker julia-py has problems when run as part of building a Docker.

Python is installed at /usr/bin but the PyJulia executables are installed at /usr/local/bin. When julia-py is executed if fails with RuntimeError: ``julia-py`` executable is not found for Python installed at /usr/bin/python3

opus111 avatar Nov 26 '19 22:11 opus111