Skip to content

Turn a naked apple osx 10.6 machine into a python development machine.

License

Notifications You must be signed in to change notification settings

specialunderwear/pytailor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Turn a naked apple osx 10.6 machine into a python development machine.

The emphasis is on installing as little cruft on your machine as possible. That is why not everything is installed with macports. Also some packages work better with other apps when they are not installed from macports (mysql).

Installed packages:

from 'official' dmg:

  • macports
  • mysql
  • git

from macports:

  • wget
  • libjpeg
  • python26
  • py26-lxml
  • python_select

from pypi:

  • pip
  • virtualenv
  • virtualenvwrapper
  • mysql-python
  • PIL

And it sets up your .profile.

Licence

Copyright (C) 2010 Lars van de Kerkhof
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

Turn a naked apple osx 10.6 machine into a python development machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages