changeset 863:58a634ab0f4c

bin/python symlink Ignore-this: bc638579e4d0a6f5bc6e83586f2cfe82
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 06 Jun 2013 04:28:54 +0000
parents ee07ea5cd46b
children 7624affbfb8f
files makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/makefile	Thu Jun 06 04:16:47 2013 +0000
+++ b/makefile	Thu Jun 06 04:28:54 2013 +0000
@@ -35,6 +35,7 @@
 create_virtualenv:
 	mkdir -p env
 	virtualenv -p $(PYTHON) env
+	ln -sf ../env/bin/python bin/python
 
 tkdnd_build:
 	cd tkdnd/trunk