ProjectInitializationAutomation icon indicating copy to clipboard operation
ProjectInitializationAutomation copied to clipboard

Windows script contains multiple issues.

Open AtherActive opened this issue 4 years ago • 1 comments

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.

AtherActive avatar Nov 06 '20 20:11 AtherActive

kindly share your code

kimathi-phil avatar May 14 '21 13:05 kimathi-phil