Skip to content

Python 2.6.6 Pip 6.0.8 installation documentation

Wesley Bondie edited this page Feb 7, 2015 · 4 revisions

#Python 2.6.6 - Pip 6.0.8 installation Soteria will be using Python2.6.6 and a package installer "pip" for integrated libraries that will be used for tools. Pip will allow the technology and art teams to stay on stable versions while working on the game, as well as having access to updated modules for use in both Unity and Maya. We will also be using virtual environments to house this data on users machines, allowing the team to update independently from their main admin user in regard to package management within python. At the end of this project, you will be able to delete one folder and everything you used will poof! Fun stuff! 🍺

###Windows Since Windows is the best operating system (windows does not come natively with python. 👎 ), we have to use two files to install the content onto your machine in the cleanest way possible.

Main Files

  • inst_Win64
  • install

Installation for windows is as follows:

  • Navigate to the latest Git commit folder "TechArt/ExternalTools/pipeline_setup"
  • Choose the appropriate operating system (win -> win64)
  • In the installers folder, you must first install python and pip using inst_Win64.bat
  • When this bat file is finished running, you may now install virtualenv using install.bat
  • Make cool stuff (Wesley can give you tools now)

Win Notes: If you plan on using a computer provided by DePaul University, let me (Wesley Bondie) know so that we can make sure you get past all of the administrator access goodness. If you use a 32 bit machine, let me know, I can make you a special installer, since you're special. ❤️

###OSX OSX comes with python installed. When you bought your computer, I bet you didn't know you were already that awesome. Our install process makes this only one click away. :neckbeard:

Main Files

  • osx_install.sh

Installation for OSX is as follows:

  • Navigate to the latest Git commit folder "TechArt/ExternalTools/pipeline_setup"
  • Choose the appropriate operating system (mac)
  • In the installers folder, install everything using osx_install.sh by using open with->other->All Applications->utilities/terminal
  • Make cool stuff (Wesley can give you tools now)

OSX Notes: If you plan on using a computer provided by DePaul University, let me (Wesley Bondie) know so that we can make sure you get past all of the administrator access goodness.

Clone this wiki locally