-
Notifications
You must be signed in to change notification settings - Fork 22
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
Publish new repository with python3 as default #15
Comments
You can mod it and add an extra config checkbox that decides what version it needs to be. this.pythonExec = config.python3 ? "python3" : "python"; and then defining the spawn command like This could probably be made nicer with some radio boxes. |
I've Made a quick pull request on the suggestion. PR: #16 |
hi there, thanks for your support, would you like to take over the npm package as well? This repo needs maintainers. Thanks |
thank you for the invitation. I am using this library for personal
projects, so it would be a pleasure to maintain it and make some
improvements if needed.
I suppose you want to keep manage when and how to release right? if it is
also to much trouble managing that, I dont mind doing them if needed.
Thanks again :)
|
Thanks Jeremie,
Can you share your npm name?
…On Thu, Apr 9, 2020 at 8:10 PM Jérémie Bigras-Dunberry < ***@***.***> wrote:
Hey,
thank you for the invitation. I am using this library for personal
projects, so it would be a pleasure to maintain it and make some
improvements if needed.
I suppose you want to keep manage when and how to release right? if it is
also to much trouble managing that, I dont mind doing them if needed.
Thanks again :)
Le dim. 5 avr. 2020, à 13 h 48, Nam Giang ***@***.***> a
écrit :
> hi there, thanks for your support, would you like to take over the npm
> package as well? This repo needs maintainers.
>
> Thanks
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <
#15 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AFOKQNBNXS7XLJCQNXIMHMDRLC77TANCNFSM4JR7IEVA
>
> .
>
--
Jérémie Bigras-Dunberry
450-848-9812
Software Developer
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHU7IELPV6HUOX6QBZFD43RL2EZ7ANCNFSM4JR7IEVA>
.
|
yup its "bigjerbd", full name Jeremie Bigras-Dunberry |
hi, you updated the node-red module? how do i install it on node-red? thanks for keepin up the node. seems helpful for going to python from node-red. |
Hey! Thanks for using this node. I currently do not have the rights to update the npm package so the most recent change are probably not there. however @namgk does. So maybe release a new version would help. About the fork I made. I only added a quick feature to have an argument handling field. If you feel like it I could add it to the main repository with a pull request (then hopefully release a new version with it ) if you want most recent version without waiting you still can install it manually:
I have never used the virtual-environement with this node. so maybe @namgk could be helpful on that :) |
@BigJerBD, I think I invited you on npmjs.com long time ago, can you check if you can push update to the package? |
great guys, please update in the mantained repo that everyone in need can install it flawlessly through the node-red palette. |
Hi any update on the publishing of pyhton3 support on npm? Would highly appreciate it :) |
Hi,
as already there's a closed thread mentioning what can be done to spawn python3 instead of python, would you consider to create a node-red-contrib-python3shell repository with that modification? I think many users would appreciate it x)
thanks! and good work!
Cheers
The text was updated successfully, but these errors were encountered: