*2009.11.13 15:50:10 system python install

these notes are formalized in: startup-python.sh

 

*2009.10.15 16:20:41 system macosx

system preferences -> Dock Automatically hide and show the Dock (once you have quicksilver, dock isn't as helpful)

 

*2009.07.30 12:54:29 system macosx

export LOCALPATH=/c cd $LOCALPATH/code/python/launcher sudo python setup.py develop

 

*2009.07.30 12:51:09 system macosx

stopping here waiting to see what pose_local will offer (glue, pyglet)

 

*2009.07.30 12:50:45 system macosx

export LOCALPATH=/c #keeping these here so they can be further developed locally cd $LOCALPATH/code/python/osbrowser sudo python setup.py develop cd $LOCALPATH/code/python/medialist sudo python setup.py develop

 

*2009.06.23 13:54:50 system macosx

export LOCALPATH=/c cd $LOCALPATH/code/python/moments/ sudo python setup.py develop

 

*2009.06.22 10:38:53 system macosx

NOTE: these instructions are in currently reverse chronological order... start at the bottom (or reverse them)

 

*2009.06.22 09:08:16 system python install mercurial

notes for this are elsewhere but this is also a good time to install mercurial easy_install mercurial

on Mac OS X this does require Xcode to be up to date (can still download an executable for mac)

 

*2009.06.22 08:58:19 system python install easy_install

be sure to set up easy_install for the new python instance this can be done by running ez_setup.py available at: | http://peak.telecommunity.com/dist/ez_setup.py

 

*2009.06.21 14:18:04 system macosx

install python interpreter. (MacPython) /c/code/python/install.txt also [2009.02.11 13:40:49] add python applications to path: /Library/Frameworks/Python.framework/Versions/Current/bin/ (gets added to the account that installs python, but not to other accounts... be sure to add it to default (or install python from default)

 

*2009.02.05 10:34:19 system macosx

install pylons: sudo easy_install pylons

or from local paths: code/python/pylons/install.txt cd $USBPATH/downloads/python/simplejson-2.0.9 sudo python setup.py install

#install pylons environment from eggs here. cd $USBPATH/downloads/python/pylons-eggs-2.6 sudo easy_install -f . Pylons #sudo easy_install -f . wsgiref

cd $USBPATH/downloads/python/formalchemy-eggs-2.6 sudo easy_install -f . formalchemy

install pose: #install pose cd $LOCALPATH/code/python/pose sudo python setup.py develop #could start a local pose instance, then firefox, but this is system specific

 

*2009.02.04 19:50:06 system python install

nosetests | http://somethingaboutorange.com/mrl/projects/nose/ | sudo easy_install nose

 

*2009.02.03 20:44:56 system macosx thunderbird

download thunderbird! open, add basic accounts

 

*2009.02.03 20:43:38 system macosx terminal

change settings in Terminal change Basic profile itself, (rather than changing what settings are used when starting a new window... those are not applied to new tabs.)

 

*2009.02.03 14:46:51 system macosx

if not using iDisk, remove it from DEVICES list in Finder (drag it off of list)

 

*2009.02.03 10:49:16 system macosx downloads

move any downloaded files to your new Context cd mkdir -p /c/downloads/macosx ls Desktop mv ~/Desktop/* /c/downloads/macosx/

and backup to USB for future use: rsync -av /c/downloads $USBPATH/downloads/

 

*2009.01.31 12:38:47 system macosx

apply any other personal settings to your system

 

*2009.01.31 12:38:17 system macosx

consider making a default account with what you've done for here

 

*2009.01.31 12:33:39 system macosx context

#install a context from contextiskey.com: hg clone http://bitbucket.org/context/context/ /c #or use a local copy #hg clone /Volumes/CONTEXT/ /c

#updating working directory #549 files updated, 0 files merged, 0 files removed, 0 files unresolved cd cp /c/.bashrc .bash_profile ln -s /c/code/lisp/.emacs .emacs ln -s /c/code/lisp/.emacs.d .emacs.d ln -s /c/.exrc .exrc

open up your text editor open up the first set of files in /c/instances.txt

 

*2009.01.30 12:17:11 system macosx
*2009.01.30 12:17:06 system macosx mercurial
download mercurial
install mercurial
which hg

 

*2009.01.30 12:00:54 system macosx quicksilver

download quicksilver install it add it to Account Preferences->Login Items change System Preferences->Keyboard & Mouse->Keyboard Shorcuts uncheck "Show Spotlilght search field" set Quicksilver key to Command-Space change Quicksilver->Preferences->Appearance->Command Interface to: Bezel add quicksilver launcher to dock

 

*2009.01.30 11:32:20 system macosx firefox

-download latest firefox (mozilla.org) | http://en.www.mozilla.com/en/firefox/ | see firefox.txt for configuration notes

 

*2009.01.29 14:41:35 system macosx

open system preferences in Date & Time: enable Set date & time automatically choose timezone use 24-hour clock

 

*2009.01.29 14:39:32 system macosx

under Accounts: Login Options: Enable fast user switching View as: Icon Automatic Login: Disabled

 

*2009.01.28 20:30:05 system macosx

check for software updates this can take a while to download

 

*2009.01.28 19:43:17 system macosx

system preferences -> sharing change machine name

 

*2009.01.28 19:40:37 system macosx

change safari's start page (google is fast to load)

 

*2009.01.28 12:52:04 system macosx

Start with a fresh install of the Operating system. Having install move the previously installed system to "Previous Systems" does not clean everything up. If you want to keep it around, it is better to move it to an archive drive of sorts.

 

*2009.01.21 10:23:06 system python install virtualenv

If you are on a shared system, Virtual Env may help isolate your Python instance from other Python instances on the system.

 

*2009.01.21 10:13:12 system python install imaging pil

The other component that you will need to install is the Python Imaging Library (often abbreviated as PIL).

Binaries for windows are available at the main site. Binary packages are much easier to install than from source.

For Mac OS X you can use ports, or find a binary package like the following: | http://pythonmac.org/packages/py25-fat/index.html | This also requires the 2.5 version of Python from python.org. (The one distributed with Leopard won't work)

also [2009.06.26 13:19:06] after installing the python from python.org, make sure that the python in the default path is using the latest python which python python -V should be 2.5.4

sudo rm /usr/bin/python sudo ln -s /usr/local/bin/python /usr/bin/python

sudo rm /usr/bin/pythonw sudo ln -s /usr/local/bin/pythonw /usr/bin/pythonw

See also: | http://code.google.com/appengine/docs/python/images/installingPIL.html

 

*2009.01.21 10:01:51 system python install

Python is included with many operating systems.

An easy way to check if your system already has Python is to open up a terminal / command prompt and type:

python -V

for example: python -V Python 2.5.2

If your operating system does not have Python installed, please visit: | http://www.python.org | For more information on downloading and installing Python for your system.