-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I want to use this judge in my programming class which use python3 as a main language. So I tried to modify the compile and run script to use /usr/bin/python3 but it failed. a.out run smoothly (via terminal) but it didn't produce any output to output.txt. Here are some modification I'd tried out:
- I've changed
/usr/bin/pythonto/usr/bin/python3in bothcompileandrunscripts - As in python3,
.pycfile is created in__pycache__folder so I add somecpcommand incompilescript to copy it to same level asa.outwith a new name<source>.pyc(instead of<source>.cpython-xx.pyc).
So I want some advices or suggestions from dev team on how should I do to make cafe grader supports python3. Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels