*2010.09.20 16:23:47 python documentation sphinx install

sudo easy_install sphinx

 

*2010.07.11 16:52:32 python google_app_engine setup download SDK extract install

download google SDK: | http://code.google.com/appengine/downloads.html#Google_App_Engine_SDK_for_Python

#standarizing on location: /c/downloads/python

unzip google_appengine_1.3.5.zip #resulting in: /c/downloads/python/google_appengine

install Google App Engine SDK view documentation: /c/sites/google_app_engine/google_appengine/README

 

*2010.05.04 15:28:49 system python install

do this after libjpeg install | http://biomunky.wordpress.com/2010/04/19/pil-10-6-using-pip/

sudo easy_install pip

then

sudo pip install http://effbot.org/downloads/Imaging-1.1.6.tar.gz

can test and verify installation with: cd /c/scripts python image_resize.py notice_world.jpg 100

 

*2010.04.19 15:32:01 system python install mercurial

mercurial is usually installed earlier in the process... it is needed before other python libraries make sure you have it, and if not, install it now

also [2009.06.22 09:08:16] 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)

 

*2010.04.19 14:31:29 system python install pyglet

cd /c/downloads/python/ hg clone https://pyglet.googlecode.com/hg/ pyglet cd pyglet hg update cocoa-port sudo python setup.py develop (or install)

 

*2010.01.27 14:14:46 python install offline pip

not sure how to make pip download packages for later installation

 

*2009.11.13 15:50:10 system python install

these notes are formalized in: startup-python.sh

 

*2009.09.04 09:57:59 python documentation source install

notes on installing Sphinx from source:

#2009.09.04 09:57:32 charles@context:/media/C/downloads/python/sphinx tar zxvf docutils-0.5.tar.gz

python setup.py install sudo python setup.py install

cd ../pygments/ sudo python setup.py install

cd ../jinja2/ sudo python setup.py install

cd ../sphinx sudo python setup.py install

 

*2009.09.04 09:46:50 python documentation sphinx source install
*2009.08.27 14:24:39 python install offline

make sure /Library/Frameworks/Python.framework/Versions/2.5/bin is in the shell path

 

*2009.08.27 14:06:57 python install offline

notes for downloading and installing python packages offline have been scattered. creating a new file in topics for these notes:

from /c/system/startup.txt

cd /directory/for/sources sudo easy_install -zmaxd . pylons #sudo easy_install -zmaxd . simplejson

then on offline machine, use: sudo easy_install -f . Pylons

cd /downloads/python/ mkdir sphinx cd /downloads/python/sphinx/ sudo easy_install -zmaxd . sphinx sudo easy_install -f . Sphinx

 

*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

curl http://peak.telecommunity.com/dist/ez_setup.py > ez_setup.py

 

*2009.04.17 19:47:41 system python install jpegtran libjpeg

#curl http://www.ijg.org/files/jpegsrc.v6b.tar.gz > /tmp/libjpeg.tar.gz curl http://www.ijg.org/files/jpegsrc.v8a.tar.gz > /tmp/libjpeg.tar.gz

tar -xzvf /tmp/libjpeg.tar.gz cd jpeg-8a ./configure

sudo make install

cd ../ sudo rm -rf jpeg-8a

 

*2009.04.17 19:35:15 system python install jhead

download and move prebuilt binary for osx to /usr/local/bin sudo mv ~/Desktop/jhead /usr/local/bin sudo chmod +x /usr/local/bin/jhead

 

*2009.03.31 14:31:58 python pylons new_pylons_app install egg

python setup.py develop

 

*2009.02.04 19:50:06 system python install

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

 

*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.

 

*2008.04.12 12:43 system firefox adobe flash install

could optionally install flash cd $DLPATH/ubuntu/install_flash_player_9_linux/ ./flashplayer-installer