[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

This is an old revision of the document!


Table of Contents

Použití mojí zkompilované verze Pythonu

mkdir -p ~/.local-{i686,x86_64}/{lib/python2.7/site-packages,bin}
ARCH=`arch`
export PYTHONUSERBASE=~/.local-$ARCH
export PATH=/home/odusek/work/tools/python-2.7.3/$ARCH/bin:$PYTHONUSERBASE/bin:$PATH

Lokální instalace modulů

Instalace Setuptools

sh setuptools-0.6c9-py2.4.egg --prefix=~/.local-`arch`

Instalace Pipu

python setup.py install --user

Hotovo


[ Back to the navigation ] [ Back to the content ]