![]() |
CSCI 1101B Fall 2016 Instructor: Sean Barker |
![]() |
This page explains how to configure your computing environment for CSCI 1101. In particular, you need two pieces of software installed: the Wing101 IDE and Python 3. The steps below will walk you through setting up this software so that you can work on your own laptop. However, the procedure is slightly different depending on whether your laptop is a Mac or a Windows PC.
If you are working on a lab machine, everything should already be set up, but you should still check that everything works by jumping to step 3.
You only need to perform this procedure once - once Wing is configured, you do not need to do any further setup unless you switch to a different machine (in which case you will need to do this procedure again).
Skip this section if you are using a Windows laptop. If you are using a Mac laptop, follow these steps:
/Library/Frameworks/Python.framework/Versions/3.5/bin/python3
/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5You can delete the existing path (the one that was there before you inserted the above).
To test that everything is working (everyone should do this), follow these steps:
print('It works!')