-
Notifications
You must be signed in to change notification settings - Fork 163
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
Create instructions for Git + Python on Windows #6
Comments
@wecsam, given your Windows shell skills, do you want to take a stab at this issue? |
@aaaaalbert Sure, I'll take a look. Where are the existing buildscripts? |
Cool! The build scripts are here, https://github.com/SeattleTestbed/buildscripts/ . The build instructions are here, https://github.com/SeattleTestbed/docs/blob/master/Contributing/BuildInstructions.md . There are three issues as far as I can see:
So we will need Windows-aware installation instructions that make the components work together, and perhaps modifications to the buildscripts too. |
Unlike writing a command to loop through some files, that's not something that I'll be able to do in two minutes. I'll revisit this after final exams. |
Thank you, much appreciated! |
Our buildscripts require Python and Git to work together. Setting up these on Windows can be tricky, especially regarding how / where Python is added to the
$PATH
environment variable, is / isn't installed for all users, and so on.We should perhaps find one or two simple, standardized use cases that we document in a step-by-step tutorial.
The text was updated successfully, but these errors were encountered: