Re: [Q] How to specify options for 'setup.py install' by environment variable?

2012-06-10 Thread Ned Deily
In article CAFTm5Rs18QJskcvMiEWyOsbifBDi6wrpuA9kKC_1t_C2t57R=a...@mail.gmail.com, Makoto Kuwata k...@kuwata-lab.com wrote: On Sun, Jun 10, 2012 at 11:55 AM, Ned Deily n...@acm.org wrote: In article caftm5rucoaztp89mbpw4utiska8zq58q9evjel1ofulbc-p...@mail.gmail.com,  Makoto Kuwata

Re: [Q] How to specify options for 'setup.py install' by environment variable?

2012-06-10 Thread Makoto Kuwata
On Sun, Jun 10, 2012 at 3:51 PM, Ned Deily n...@acm.org wrote: Thank you Ned, but I can't find environment variable name on that page which is equivarent to '--install-scripts' or other options. Sorry, I wasn't clear.  Using the Distutils config files would be instead of setting environment

[Q] How to specify options for 'setup.py install' by environment variable?

2012-06-09 Thread Makoto Kuwata
Hi, setup.py install command supports options such as --prefix, --install-scripts, and so on. For example: $ python setup.py install --prefix=$PWD/local --install-scripts=$PWD/bin Question: is it possible to specify these options by environment variable? I want to specify --prefix or

Re: [Q] How to specify options for 'setup.py install' by environment variable?

2012-06-09 Thread Ned Deily
In article caftm5rucoaztp89mbpw4utiska8zq58q9evjel1ofulbc-p...@mail.gmail.com, Makoto Kuwata k...@kuwata-lab.com wrote: Hi, setup.py install command supports options such as --prefix, --install-scripts, and so on. For example: $ python setup.py install --prefix=$PWD/local

Re: [Q] How to specify options for 'setup.py install' by environment variable?

2012-06-09 Thread Makoto Kuwata
On Sun, Jun 10, 2012 at 11:55 AM, Ned Deily n...@acm.org wrote: In article caftm5rucoaztp89mbpw4utiska8zq58q9evjel1ofulbc-p...@mail.gmail.com,  Makoto Kuwata k...@kuwata-lab.com wrote: Hi, setup.py install command supports options such as --prefix, --install-scripts, and so on. For