-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating installation guide #169
Conversation
Makes the importance of `ENV["PYTHON"]` clear, and points out that you need to relate the python interpreter and the julia executale
I thought there was support for using a different PyCall configuration in Julia vs pyjulia; am I misremembering? |
Might be... All I know is this was the source of all of my problems with the library |
Supporting a pyjulia-specific PyCall configuration is a key feature — otherwise, it will be impossible to install pyjulia into more than one Python environment on the same machine. |
@Keno, has something bitrotted here? |
Yup, a major issue, especially with virtualenv, etc. If there is some hidden steps that a relatively non-technical user can try to work through, I can ask an RA to help either document or debug? |
I just noticed Travis CI with But it looks like it's working on Windows: https://ci.appveyor.com/project/Keno/pyjulia/build/1.0.90 A bit tangential but I wonder if Pkg3 can help pyjulia/PyCall. There is a discussion on supporting 32 and 64 bit binaries by separating precompilation paths. JuliaLang/Pkg.jl#93 Would it be possible to get rid of |
This should already be fixed in master. Please open a new issue/PR if there is something to be improved. |
Makes the importance of
ENV["PYTHON"]
clear, and points out that you need to relate the python interpreter and the julia executale