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
Hi, When launching the runner.py script, it does not find the birfday module as all scripts are in the same directory.
What I did was move the runner.py file one level and launch : pipenv run python3 ./runner.py
pipenv run python3 ./runner.py
As you can see I also had to specify the python3 executable in the command line, as the runner.py script is lacking the python shebang.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
When launching the runner.py script, it does not find the birfday module as all scripts are in the same directory.
What I did was move the runner.py file one level and launch :
pipenv run python3 ./runner.py
As you can see I also had to specify the python3 executable in the command line, as the runner.py script is lacking the python shebang.
The text was updated successfully, but these errors were encountered: