Skip to content
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

__python__ in script not working #190

Open
csm10495 opened this issue May 2, 2023 · 0 comments
Open

__python__ in script not working #190

csm10495 opened this issue May 2, 2023 · 0 comments

Comments

@csm10495
Copy link

csm10495 commented May 2, 2023

Scripts don't detect python version. Even with __python__ = .. it still seems to prompt:

root@12fe984a4d36:/# pyflow script test2.py
Please enter the Python version for this project: (eg: 3.8)
Default [3.11.3]:^C

...

root@12fe984a4d36:/# cat test2.py

__python__ = "3.11.0"

print("Hello World!")
root@12fe984a4d36:/# pyflow --version
pyflow 0.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant