Changes

Jump to: navigation, search

OPS435 Python Lab 1

104 bytes removed, 18:16, 12 May 2017
Part 2 - Setting Up Your Linux Environment For OPS435 Labs
#Python pip is a package manager specifically for Python. While it is usually not recommended to install software outside of dnf or yum, sometimes the only way to get a specific or latest version will be through pip:<source>
yum install python-pip # Install python2.7 pip
curl yum install python34-O https://bootstrap.pypa.io/get-pip.py # Download python3.4 pip installersudo /usr/bin/python3.4 get-pip.py # Install python3.4 piprm get-pip.py
</source><br>In the dictionary, "git" is defined as an unpleasant or contemptible person. In the IT industry on the other hand, '''Git''' refers to a version control system that allows you to track any changes made to files and programs. The benefit to using git is primarily found when it's used with multiple people, sharing and working on code together. While that is not how we will be using it in this course, you may find some benefits in using it for managing multiple versions of the same program or for backing up your code onto the internet. Check out bitbucket for a free private code repository.<br><br>
#Issue the following command to install git:<source>
198
edits

Navigation menu