ProjectInitializationAutomation
ProjectInitializationAutomation copied to clipboard
Windows script contains multiple issues.
Not to be harsh, but the windows version contains a few bugs. After some manual patching it is now running on my machine. Here's what needs to be done.
-
sys.arg[2] "g" isnever entered, so remove the IF for it. If you are making a project, it has a name. Otherwise script can fail at the Git level.
-
There is no automatic way to set up the environment vars. I've made a custom script to make this runnable form the User/NAME folder. In here there should be a way to set up vars.
These are some hard bugs which makes using this on Windows a hard recommendation.
kindly share your code