Skip to content

A comment added in validations.py on what to modify in the shebang line for the program to run in Windows computers - #311

Open
rayenrman wants to merge 1 commit into
blue-kale-test:mainfrom
rayenrman:main
Open

A comment added in validations.py on what to modify in the shebang line for the program to run in Windows computers#311
rayenrman wants to merge 1 commit into
blue-kale-test:mainfrom
rayenrman:main

Conversation

@rayenrman

Copy link
Copy Markdown

#!/usr/bin/env python3
The shebang line above is in validations.py which enables validations.py to be run on Linux and macOS.
To run validations.py on Windows computers, replace python3 with python in the shebang line as shown:
#!/usr/bin/env python

…ne to run in Windows computers.

#!/usr/bin/env python3
The shebang line above will run in Linux and macOS systems.
For Windows systems, replace python3 with python.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant