Changes

Jump to: navigation, search

OPS435 Python Lab 1

3 bytes added, 16:44, 12 May 2017
Part 2 - Setting Up Your Linux Environment For OPS435 Labs
'''Perform the following steps:'''
#The first step is to update your entire system. <source>yum update</source>#Install extra packages for enterprise linux<source>yum install epel-release </source>#Next install applications we need, first Python version 3 and version 2:<source>
yum install python34 python34-devel # Install python3.4 and python3.4 development libraries
yum install python python2-devel # Install python2.7 and python2.7 development libraries
198
edits

Navigation menu