[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

This is an old revision of the document!


Lokální instalace modulů

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

python setup.py install –user

export PYTHONUSERBASE=~/.local-`arch`

export PATH=$PYTHONUSERBASE/bin:$PATH
  * Oba (''x86_64'' i ''i686'') je nutné vytvořit, v nich i podadresáře (''lib/python2.6/site-packages/'', ''bin'')
  * Asi je potřeba nechat z ''~/.local'' symlink na ''i686''.

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