Using Bash Plugin, unable to execute python script using virtualenv #476
Unanswered
jbwaclawski
asked this question in
Q&A
Replies: 1 comment
-
Did you make your py script executable? I just tried on my end and it seemed to work. #!/path/to/your/dir/.venv/bin/python
print("Hello, world!") |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Title is the problem. Here are some code snippets indicating my setup. The error I keep receiving is that the job is unable to see the directory containing my script files.
Thoughts?
Bash Script in Cronicle Job
Python Script
Beta Was this translation helpful? Give feedback.
All reactions