Template:Get Code

From 6.034 Wiki

(Difference between revisions)
Jump to: navigation, search
m (New page: Before working on the lab, you will need to get the code. You can... * Use Git on your computer: <tt>git clone username@athena.dialup.mit.edu:/mit/6.034/www/labs/lab{{{labNumber}}}</tt> * ...)
Current revision (03:57, 21 August 2020) (view source)
 
(5 intermediate revisions not shown.)
Line 1: Line 1:
Before working on the lab, you will need to get the code. You can...
Before working on the lab, you will need to get the code. You can...
-
* Use Git on your computer: <tt>git clone username@athena.dialup.mit.edu:/mit/6.034/www/labs/lab{{{labNumber}}}</tt>
+
* Use Git on your computer: <tt>git clone username@athena.dialup.mit.edu:/mit/6.034/www/labs/fall2020/lab{{{lab}}}</tt>
-
* Use Git on Athena: <tt>git clone /mit/6.034/www/labs/lab{{{labNumber}}}</tt>
+
-
* Download it as a ZIP file: http://web.mit.edu/6.034/www/labs/lab{{{labNumber}}}/lab{{{labNumber}}}.zip
+
-
* View the files individually: http://web.mit.edu/6.034/www/labs/lab{{{labNumber}}}/
+
-
All of your answers belong in the main file <tt>lab{{{labNumber}}}.py</tt>.
+
* Use Git on Athena: <tt>git clone /mit/6.034/www/labs/fall2020/lab{{{lab}}}</tt>
 +
 
 +
* Download it as a ZIP file: http://web.mit.edu/6.034/www/labs/fall2020/lab{{{lab}}}/lab{{{lab}}}.zip
 +
 
 +
* View the files individually: http://web.mit.edu/6.034/www/labs/fall2020/lab{{{lab}}}/
 +
 
 +
 
 +
All of your answers belong in the main file <tt>lab{{{lab}}}.py</tt>. To submit your lab to the test server, you will need to [https://ai6034.mit.edu/labs/ download your key.py] file and put it in either your lab{{{lab}}} directory or its parent directory. You can also view all of your lab submissions and grades [https://ai6034.mit.edu/labs/ here].
 +
 
 +
{{{notice|}}}

Current revision

Before working on the lab, you will need to get the code. You can...

  • Use Git on your computer: git clone username@athena.dialup.mit.edu:/mit/6.034/www/labs/fall2020/lab{{{lab}}}
  • Use Git on Athena: git clone /mit/6.034/www/labs/fall2020/lab{{{lab}}}


All of your answers belong in the main file lab{{{lab}}}.py. To submit your lab to the test server, you will need to download your key.py file and put it in either your lab{{{lab}}} directory or its parent directory. You can also view all of your lab submissions and grades here.