-
Notifications
You must be signed in to change notification settings - Fork 8
Minor cleanup of windows build script and venv configuration #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This is helpful. Add the usage of the |
Add a windows batch file file and this is good to go. |
@@ -0,0 +1,7 @@ | |||
@echo off | |||
setlocal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dnwillia-ansys Out of curiosity, why do we need to use setlocal
here as we don't define any variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it's technically not needed here. Force of habit from my side. I can remove it if you feel it should not be there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's fine by me. Thanks Dan.
No description provided.