PREV INDEX NEXT

Author: Unknown
Subject: Executable for hw3
Date: Wednesday, 07 Oct 2020, 15:47:30

When we submit the source files for hw3, suppose we implemented mcBash in python, are we expected to submit the executable named "mcBash"? If so, how do we convert "mcBash.py" into the executable without the ".py" suffix, and allow the executable to be executed with the command "mcBash" rather than the command "python3 mcBash.py"? I looked this up online but didn't seem to find any relevant resources. Thank you!
PREV INDEX NEXT