Open christopolise opened 2 years ago
From @philipbl:
Okay, I see your point. You don't want to have to activate the environment and then remember the right command (
python main.py ...
) to run, right?
I have seen projects do this before, but mainly to have a front-facing script that runs everything to make it easier to package for DEBs or RPMs...although the more I think about it, the less I am sure that it is necessary for the scope of this project.
From @philipbl:
I like the idea
Now that most of the demos have been merged into
dev
and we are trying to standardize dependencies and the gitignore, perhaps it is useful to have a wrapper script that will run the program in the correct mode/environment...