replit / prybar

Pry open those interpreters.
GNU General Public License v2.0
253 stars 52 forks source link

install julia under /usr instead of /usr/local #46

Closed dan-stowell closed 4 years ago

dan-stowell commented 4 years ago

Polygott currently installs julia under /usr, not /usr/local. I'm changing prybar to match polygott so prybar-julia can find the julia shared libraries.

For whatever reason, even if I make both polygott and prybar install julia under /usr/local, prybar-julia cannot find libjulia.so at runtime.

replbot commented 4 years ago

unbooping: approved