Skip to Main Content
Pragmatic Version Control Using Git
book

Pragmatic Version Control Using Git

by Travis Swicegood
December 2008
Intermediate to advanced content levelIntermediate to advanced
184 pages
4h 47m
English
Pragmatic Bookshelf
Content preview from Pragmatic Version Control Using Git

11.1 Making Sure Dependencies Are Met

Gitosis has a few dependencies. First, since it is written in Python, you will need to have that installed on your system. Python is pretty popular, so it may already be installed on your system. The easiest way to check is to run the following command from the command prompt:

 
​prompt> python --version
 
​Python 2.5.1​

If Python is installed on your system, you will get a response similar to the one shown here, but the version number may be different depending on which version of Python you have installed.

You also need the EasyInstall package from the Python Enterprise Application Kit (PEAK). EasyInstall is a package that helps developers install Python-based applications and handle ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Git: Mastering Version Control

Git: Mastering Version Control

Ferdinando Santacroce, Aske Olsson, Rasmus Voss, Jakub Narębski
Pragmatic Guide to Git

Pragmatic Guide to Git

Travis Swicegood
Git Version Control Cookbook - Second Edition

Git Version Control Cookbook - Second Edition

Kenneth Geisshirt, Emanuele Zattin(EUR), Aske Olsson, Rasmus Voss

Publisher Resources

ISBN: 9781680500189Errata Page