Matthieu Weber
8103add27c
tools/local_run.sh: ignore $HOME/.local
...
When installing weboob in $HOME, the weboob base modules (weboob.browser...)
are installed in $HOME/.local/lib/python2.7/site-packages/... (see PEP-370).
When running weboob from the source directory with tools/local_run.sh, those
base modules are read from $HOME/.local instead of the source directory.
Passing the "-s" option to python makes it ignore $HOME/.local and read the
base modules from the source directory.
Signed-off-by: Matthieu Weber <mweber+weboob@free.fr>
2015-02-27 17:32:24 +01:00
..
boilerplate_data
boilerplate: Fix import, fix PEP8/isort
2014-11-16 18:25:48 +01:00
boilerplate.py
bump to 1.1
2014-10-17 14:10:38 +02:00
certhash.py
rename things related to browsers
2014-10-07 00:30:07 +02:00
debpydep.py
Use the print function everywhere
2014-10-06 17:00:17 +02:00
generate_changelog_modules.sh
Add a simple script to help generating changelog
2014-09-02 15:48:52 +02:00
local_install.py
pep8 fixes, modernizations
2014-10-10 23:41:43 +02:00
local_install.sh
Run tools/stale_pyc.py before local installation
2014-04-15 10:41:44 +02:00
local_run.py
tools/local_run.sh: ignore $HOME/.local
2015-02-27 17:32:24 +01:00
local_run.sh
Remove stale .pyc files before tests and local run
2013-04-10 17:40:22 +02:00
make_man.py
Allow ResultsCondition to compare timedelta
2014-11-28 14:55:55 +01:00
make_man.sh
Get absolute path without readlink
2013-08-12 15:32:09 +02:00
pyflakes.sh
Prevent pyflakes from being called if not found
2014-11-28 17:24:34 +01:00
pyreverse.sh
Fix pyreverse for new module style
2013-03-25 11:10:38 +01:00
run_tests.sh
tests: Allow changing modules path and adding to PYTHONPATH
2014-10-01 16:23:04 +02:00
stale_pyc.py
Use the print function everywhere
2014-10-06 17:00:17 +02:00
weboob_bash_completion
bash completion: hide errors ( closes #1671 )
2014-11-18 22:19:26 +01:00
weboob_lint.py
Use the print function everywhere
2014-10-06 17:00:17 +02:00
weboob_lint.sh
Get absolute path without readlink
2013-08-12 15:32:09 +02:00