Christopher Rowley
Christopher Rowley
If it is set, only look for Julia there.
We used to use Requires to do this but removed it in favour of the advice in the README. Now that extensions exist we could add them again.
On Windows the following sequence of commands ```julia using CondaPkg CondaPkg.add("python", version="==3.10.2") CondaPkg.add("numpy") CondaPkg.rm("numpy") CondaPkg.add_pip("six") ``` gives the following error from `pip install six` (with no other info): ``` ERROR:...
This is sort of a prerequisite to #16 - that issue aims to specify dependencies in pyproject.toml for packages, instead of needing to add a `juliapkg.json` file in the package....
#333 added the ability to set handle-signals. The default value is `no`, this issue is to address the suggestion of defaulting to `yes`.