Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 370 Bytes

force-local-install-of-python-module.md

File metadata and controls

18 lines (17 loc) · 370 Bytes

Title: force local install of python module Date: 2010-12-03 22:18 Author: Andrea Zonca Tags: python Slug: force-local-install-of-python-module

python setup.py install --prefix FOLDER


creates lib/python2.6/site-packages, to force a local install you should use:

python setup.py install --install-lib FOLDER