ucsb-gradescope-tools / ucsb-gradescope-tools.github.io

https://ucsb-gradescope-tools.github.io website
1 stars 0 forks source link

Reported by Jack Alexander #5

Closed pconrad closed 6 years ago

pconrad commented 6 years ago

When trying the scripts locally on CSIL, pip install throws an error...

Maybe we could do pip install --user everywhere?

Does that work on the Gradescope side? (It probably does... )

caitscarberry commented 6 years ago

Resolved by changes in MAKE-REFERENCE.sh in sample-cpp-diff-autograder and diff-autograder-template. In the future, fixes like this would be easier if MAKE-REFERENCE.sh was in the gs-diff-based-testing repo. This would necessitate adding a separate build.sh to every autograder repo, because Python assignments don't need the make and make clean steps that C++ assignments need, but it would also ensure that every autograder always gets the most recent version of MAKE-REFERENCE.sh.

@pconrad , what do you think?