pyjulia icon indicating copy to clipboard operation
pyjulia copied to clipboard

Added user site bin for julia-py

Open krystophny opened this issue 5 years ago • 1 comments

Since I'm using setup.py develop --user in my setup, julia-py binary is installed in ~/.local/bin. Rather than hardcoding the path to be at the same place as the python binary, one should look also there. This patch adds this behavior. Do you think one could also use site.PREFIXES to replace the default binary path? In that case I will create another patch.

krystophny avatar Jul 30 '19 09:07 krystophny

Pull Request Test Coverage Report for Build 792

  • 4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 85.007%

Totals Coverage Status
Change from base Build 790: 0.02%
Covered Lines: 1701
Relevant Lines: 2001

💛 - Coveralls

coveralls avatar Jul 30 '19 09:07 coveralls