Changes

Jump to: navigation, search

OPS435 Python Lab 1

2 bytes added, 08:49, 8 March 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>
dnf install python-pip python3-pip # Install pip
</source><br><br>'''Git ''' is 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>
dnf install git # Install git command line tool
13,420
edits

Navigation menu