We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scripts don't detect python version. Even with __python__ = .. it still seems to prompt:
__python__ = ..
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Scripts don't detect python version. Even with
__python__ = ..
it still seems to prompt:...
The text was updated successfully, but these errors were encountered: