Skip to content
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

Improve instructions for dev env #86

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

JasonGrace2282
Copy link
Member

Just a bunch of patches and stuff I had to do to get local submissions working.
It also improves the documentation, and adds a script or two.

@JasonGrace2282 JasonGrace2282 added the maintenance Dependencies, deprecation warnings, etc. label Sep 10, 2024
@JasonGrace2282 JasonGrace2282 self-assigned this Sep 10, 2024
@JasonGrace2282 JasonGrace2282 requested a review from a team as a code owner September 10, 2024 23:28
@@ -65,8 +66,8 @@ def run_submission(submission_id):
if submission.assignment.venv_fully_created:
python_exe = os.path.join(submission.assignment.venv.path, "bin", "python")
elif settings.DEBUG:
python_exe = shutil.which("python") or shutil.which("python3")
else:
python_exe = sys.executable
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Smart!

@JasonGrace2282 JasonGrace2282 changed the title Bugfixes to get a working dev env Improve instructions for dev env Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Dependencies, deprecation warnings, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants