Mercurial > code > home > repos > light9
comparison makefile @ 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 | 43ddee394d28 |
comparison
equal
deleted
inserted
replaced
862:ee07ea5cd46b | 863:58a634ab0f4c |
---|---|
33 PYTHON=/usr/bin/python | 33 PYTHON=/usr/bin/python |
34 | 34 |
35 create_virtualenv: | 35 create_virtualenv: |
36 mkdir -p env | 36 mkdir -p env |
37 virtualenv -p $(PYTHON) env | 37 virtualenv -p $(PYTHON) env |
38 ln -sf ../env/bin/python bin/python | |
38 | 39 |
39 tkdnd_build: | 40 tkdnd_build: |
40 cd tkdnd/trunk | 41 cd tkdnd/trunk |
41 ./configure | 42 ./configure |
42 make | 43 make |