Mercurial > code > home > repos > light9
diff makefile @ 1209:b7c752e49355
upgrade many modules
Ignore-this: 106ed7e9ec6c3a1d317eeb9e0493b7bc
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 06 Jun 2015 09:39:00 +0000 |
parents | 499ef7c133eb |
children | 70df1b4972c5 |
line wrap: on
line diff
--- a/makefile Tue Jun 17 04:56:17 2014 +0000 +++ b/makefile Sat Jun 06 09:39:00 2015 +0000 @@ -10,7 +10,7 @@ # needed packages: python-gtk2 python-imaging install_python_deps: link_to_sys_packages - env/bin/pip install -r pydeps + env/bin/pip install -U -r pydeps DP=/usr/lib/python2.7/dist-packages SP=env/lib/python2.7/site-packages @@ -35,6 +35,7 @@ create_virtualenv: mkdir -p env virtualenv -p $(PYTHON) env + env/bin/pip install -U pip ln -sf ../env/bin/python bin/python tkdnd_build: