You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thank you for the great package!
I have one question related to windows user.
If windows user installed Python with pyenv, I think Python would be launched by "python" command.
Therefore, "py -3" will cause an error in FD_HAS_PY3().
How about returning "python" when ENV["PYENV"] exists?
In short: if this is bothering you and you'd like to have a small fix for it for now, I'll gladly merge a PR to this effect, I was just commenting on the fact that in the medium term this will all go away 😄
Hi! Thank you for the great package!
I have one question related to windows user.
If windows user installed Python with pyenv, I think Python would be launched by "python" command.
Therefore, "py -3" will cause an error in FD_HAS_PY3().
How about returning "python" when ENV["PYENV"] exists?
Franklin.jl/src/build.jl
Lines 1 to 11 in 5c8f5e1
The text was updated successfully, but these errors were encountered: