Solution to the issue 'No output using this example #1'#3
Open
Kolman-Freecss wants to merge 1 commit intoadiii717:masterfrom
Open
Solution to the issue 'No output using this example #1'#3Kolman-Freecss wants to merge 1 commit intoadiii717:masterfrom
Kolman-Freecss wants to merge 1 commit intoadiii717:masterfrom
Conversation
- Execute crontab using only the keyword 'crontab' - Creation and execution of a virtual environment inside docker - Tail the logs to check the logs directly on the console
Owner
|
Hello,
So writing logs to stdout/stderror is best choice. Let me bump the version, and will add the comment |
Owner
|
okay just update the image version and I can still the output Mac OS 13.1 |
Owner
Author
|
Your first point about the isolated system it's a good point to debate, but you could isolate both environments (System - Python) Check these links:
About the second point I agree with you, they are best practices, but this is a quick solution (and not a bad solution in my personal opinion). However, if I not specify the virtual environment and the PATH my application doesn't works. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Hi mate!
I checked the issue 'No output using this example #1' because I had that also, so I fixed it with the next changes and now it works correctly:
The main point and the fix is the creation of the virtual environment inside the docker and the specification of the environment variable PATH. The other modifications is only extra features, check it if you want! :)
Changes: