Installing Python 3 on Your Personal Computer

Similar documents
Read Naturally SE Update Windows Network Installation Instructions

Version June 2016

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website

Permissions Tutorial: Add a Read-Only User

Multi-factor Authentication Instructions

Multi-factor Authentication Instructions

Citrix Desktop for Home Computers Mac OS Instructions

How to install Citrix on Windows XP/Vista/7/8/8.1

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup

Practice and Review Activities Software

VMware Horizon Client Installation Guide (Windows)

Setting up PyCharm Professional

USB-MIDI Driver installation and settings...1 Windows XP users... 1

Setting up Python 3.5, numpy, and matplotlib on your Macintosh or Linux computer

Getting Started with Python

A computer program is a set of instructions that causes a computer to perform some kind of action. It isn t the physical parts of a computer like the

Guide to fix the problem with Problets

to arrive at the system information display. In MacOS X use the menus

How to Use imageprograf Firmware Update Tool (Version or later) (Mac OS) Canon Inc.

Microsoft Robocopy GUI Users Guide

Important notice regarding accounts used for installation and configuration

CS 1110, LAB 1: EXPRESSIONS AND ASSIGNMENTS First Name: Last Name: NetID:

The Python Mini-Degree Development Environment Guide

Contents Overview... 2 Part I Connecting to the VPN via Windows OS Accessing the Site with the View Client Installing...

Ensuring your computer has Java

Autodesk DirectConnect 2010

Clearspan Communicator Desktop R20.2.2

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux

Remote Access for End User Reference Guide for EpicConnect Access

Bloomberg Software Installation Manual New Bloomberg Professional Installer (InstallAware) English

Remote Desktop Services

HTTrack Manual. 1. Introduction. 2. Installation

Transfer Manager.NET Installation Guide

Required software. Mac OS X In this section, you ll find instructions for downloading and configuring the Arduino IDE in Mac OS X.

Remote Access to Unix Machines

One of the hardest things you have to do is to keep track of three kinds of commands when writing and running computer programs. Those commands are:

SQL Server Express 2017 Installation Guide. By Engin Calisir, 06/22/2018

Zimbra Desktop Installation and Setup Guide 7.2.8

Virtual Desktop Infrastructure Setup for Windows 7

Getting Your Multifunction Back On Your Network After A Router Or Network Change

OUTLOOK WEB APP (OWA): MAIL

2008 Elluminate, Inc. All Rights Reserved. Installation Guide

menu of icons which you can select which item you want to use to startup the computer.

How to install PHP/MySQL on Mac OS 10.5

Chapter 12: Advanced Operating Systems

INSTALLING MICROSOFT OUTLOOK 2011

UPGRADE INSTALLATION PROCEDURES

Generes and Associates. Desktop Setup Guide LANDTECH ONLINE

Spectrum Business Cloud Backup Quick Start Guide

Install & Configure Thunderbird E- mail

Your Own Virtual Playground. CS 1585 :: Doug McGeehan

How to Use Launch on a Desktop

9.4 Authentication Server

Welcome to Kmax Installing Kmax

Virtual Desktop Infrastructure Setup for MacOS

BIZPRAC 12 GUIDE RE-INSTALLATION

Installation Guide Command WorkStation 5.6 with Fiery Extended Applications 4.2

Install Kaspersky Endpoint Security for Mac Version b (This user guide is applicable to Mac OS X 10.9 macos )

Network Management Utility

Pacific Premier Bank s Business e- Banking Getting Started Guide With QuickBooks for Mac

Coeus Installation and Troubleshooting

You can use the WinSCP program to load or copy (FTP) files from your computer onto the Codd server.

PWLL Online Registration

NewerTech NuDrive. STEP 4 Verify under Your New Drive that your disk is available to NuDrive, then click the Continue button (shown at right).

Viewing Attachments in GroupWise on a Macintosh FAQ

UPDATING SOCRATES Version Build May 2018

SharePoint. Team Site End User Guide. Table of Contents

When you first launch CrushFTP you may be notified that port 21 is locked. You will be prompted to fix this.

CS 1110 SPRING 2016: GETTING STARTED (Jan 27-28) First Name: Last Name: NetID:

MFA Pilot Instructions

FSC FMC/MCDU Series. Full Compatibility with. project magenta 1 INTRODUCTIONS AND SPECIFICATIONS CONFIGURING THE FMC/MCDU UNIT...

CIS 231 Windows 7 Install Lab #2

Office 365. Send and Retrieve Protected s

Solutions Reference Guide. IP TalkSM. Voic & Navigator Web Portal

Apple Mail Edition. 1. Installing the S/MIME Certificate. 2. Sending Digitally Signed s Prerequisites. 1-2.

Connecting to the Virtual Desktop Infrastructure (VDI)

Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS)

Thank you for choosing ASAP s Remote QuickBooks hosting! The following will guide you through the set up of your new or updated user profile.

Blackboard Collaborate Launcher for Mac OS X

Browser Cookie Settings

How to Create a Bootable OS X Yosemite Installer Disk in 2 Steps

Citrix Working Remotely Reference Guide

OpenAFS MAC 10.2 System Requirements and Installation

Virtual Desktop Infrastructure Setup for Android

VPS instruction. Connecting to the Remote Desktop. Dear Client,

Setup Network File Sharing between Windows PC and A-ScanPlus

GreenEye Monitor. GEM Communication Setup Manual. For GEM model: GEM-W. (Wifi Only Option)

Installing Your Printer to Additional Computers on Your Network

Using Devices with Microsoft HealthVault

FIT 100: Fluency with Information Technology

Set up your computer to sync your OneDrive for Business files in Office 365

Lab 0: Intro to running Jupyter Notebook on a Raspberry Pi

JTAGjet. series SIGNUM SYSTEMS CORPORATION. USB 2.0 Driver for JTAGjet and ADM51. Installation Instructions

Fundtech JRE 1.7 Update 45 Issues and Resolution

Maya Windows. Software Installation

Quicky 5 USB a/b/g/n Dual Band. Kit Contains the following items:

Clear Cache Guide Click here for Windows guide Click here for Mac OS guide

Prerequisites 1. You must have a valid UNSW Login ID and its associated zpass. If you are unsure about this: please call the Service Desk.

AppleWorks 5 Installation Manual. Includes information about new features FOR MAC OS

AccessData PRTK 8.0 and DNA 8.0 Release Notes

Transcription:

Installing Python 3 on Your Personal Computer Comp 112 Wesleyan University Fall 2017 Introduction In this course we will be writing computer programs using the programming language Python. Although you can do all of the assignments for this course using computers in the Wesleyan computer labs, you may want to install a Python programming environment on your personal computer so that you can work on your assignments more conveniently. Installing Python is easy to do. This document walks you through the procedure on some common operating systems. In this course we will be using version 3 of the Python language. If you have a Python installation on your computer, but it is older than version 3, then you will need to upgrade it. In particular, Apple s Mac OS currently ships with only Python version 2 installed, so you will need to install version 3 manually. Fortunately, the two versions can live happily side-by-side without interfering with each other. Any sub-version of Python 3 will do. If you already have some version of Python 3 installed, you do not need to upgrade it to the latest one. Contents 1 Installing on Windows 1 2 Installing on Mac OS 3 3 Installing on Linux 5 1 Installing on Windows 1. Determine whether your version of Windows is 32 bit or 64 bit. If you are unsure, consult the About tab of the System settings. 2. Use a web browser to visit https://python.org. 3. Find the Download section. 4. Locate and download the current version of the Python 3 installer package (at the time of this writing, 3.6.2) for 32 bit or 64 bit Windows, as determined in step 1. 1

5. Run the installer package by double-clicking it. If prompted, give Windows permission to proceed. 6. Select the Install launcher for all users and Add Python3.x to PATH options (unless you are an expert and have reason to do otherwise). 7. Click on the text Install Now to begin the installation. 8. If prompted by a security dialog, agree to allow the installation to proceed. 2

9. The installer should notify you shortly that Python has been successfully installed. 10. Exit the installer program by closing the window. You may now delete the installer package that you downloaded in step 4. 11. You should find several new Python-related programs in the Python subfolder of your computer s Start Menu. 12. Try running the program called IDLE, you should see something similar to the following: 2 Installing on Mac OS 1. Determine which version of Mac OS you are using. If you are unsure, consult the About This Mac item in the Apple (leftmost) menu. 2. Use a web browser to visit https://python.org. 3. Find the Download section. 4. Locate and download the current version of the Python 3 installer package (at the time of this writing, 3.6.2) for Mac OS. If your Mac OS version (as determined in step 1) is 10.6 (circa 2009) or older, then see the page at https://www.python.org/download/mac/tcltk/ for information about a potential problem running graphical applications. More recent versions of Mac OS should be fine, so long as you don t try to enter so-called composed characters (e.g. ü ) from the keyboard into a running graphical Python program. For the purposes of this course, this is a restriction we can live with. 3

5. Run the installer package by double-clicking it. 6. Continue through the Read Me and License dialogs. 7. Accept the standard installation type by clicking Install. 8. If prompted, enter your password to allow the installation to proceed. 9. The installer should shortly notify you that Python has been successfully installed. 4

10. Exit the installer program by closing the window. You may delete the installer package file that you downloaded in step 4. 11. You should find several new Python-related programs in the Python subfolder of your computer s Applications folder. 12. Try running the program called IDLE, you should see something similar to the following: 3 Installing on Linux There are several different Linux distributions, each with its own way of doing things. Your Linux distribution may already have Python installed, as it is commonly used by other programs for scripting. You can check whether Python is installed by using your package manager, or more quickly (but less decisively), by typing which python3 at the command prompt. If this doesn t return a path, try python --version and look for a reply of 3.x.y. If neither of these attempts is successful, you may need go ahead and install Python using your package manager. Consult your system documentation for the way to do this on your particular Linux distribution. 5