# HG changeset patch # User Drew Perttula # Date 2013-06-06 04:28:54 # Node ID 58a634ab0f4c07dafee53ab5f27e91b19b374083 # Parent ee07ea5cd46b3afbc1feab7c0980d79c927a9eb7 bin/python symlink Ignore-this: bc638579e4d0a6f5bc6e83586f2cfe82 diff --git a/makefile b/makefile --- a/makefile +++ b/makefile @@ -35,6 +35,7 @@ PYTHON=/usr/bin/python create_virtualenv: mkdir -p env virtualenv -p $(PYTHON) env + ln -sf ../env/bin/python bin/python tkdnd_build: cd tkdnd/trunk