# HG changeset patch # User Drew Perttula # Date 1370492934 0 # Node ID 58a634ab0f4c07dafee53ab5f27e91b19b374083 # Parent ee07ea5cd46b3afbc1feab7c0980d79c927a9eb7 bin/python symlink Ignore-this: bc638579e4d0a6f5bc6e83586f2cfe82 diff -r ee07ea5cd46b -r 58a634ab0f4c makefile --- 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