[issue15716] Ability to specify the PYTHONPATH via a command line flag

2014-04-12 Thread mk
Changes by mk mige...@gmail.com: -- nosy: +migel.k ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15716 ___ ___ Python-bugs-list mailing list

[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-11-28 Thread Andrew Svetlov
Changes by Andrew Svetlov andrew.svet...@gmail.com: -- nosy: +asvetlov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15716 ___ ___

[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-11-28 Thread Martin Dengler
Changes by Martin Dengler mar...@martindengler.com: -- nosy: +mdengler ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15716 ___ ___

[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-11-27 Thread Brian Curtin
Brian Curtin added the comment: Colin - it should work in the same way that setting PYTHONPATH as an environment variable would work, e.g., semi-colon is the separator on Windows. -- nosy: +brian.curtin ___ Python tracker rep...@bugs.python.org

[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-08-27 Thread Colin Su
Changes by Colin Su littleq0...@gmail.com: -- nosy: +littleq0903 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15716 ___ ___ Python-bugs-list

[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-08-27 Thread Colin Su
Colin Su added the comment: Could anyone provide some properly command line usage for this issue? ex. python -P path_1:path_2:path_3 I think this point need to be discussed :D -- ___ Python tracker rep...@bugs.python.org

[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-08-27 Thread Colin Su
Colin Su added the comment: s/properly/proper (typo) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15716 ___ ___ Python-bugs-list mailing list

[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-08-27 Thread Colin Su
Colin Su added the comment: started working on it :) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15716 ___ ___ Python-bugs-list mailing list

[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-08-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 526c6262d91f by Ronald Oussoren in branch '3.2': Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X. http://hg.python.org/cpython/rev/526c6262d91f New changeset ae51329f9893 by Ronald Oussoren in branch

[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-08-22 Thread Ronald Oussoren
Ronald Oussoren added the comment: My fingers are too thick. The two changesets in msg168877 are for issue 15761, not this one. Sorry about the noise. -- nosy: +ronaldoussoren ___ Python tracker rep...@bugs.python.org

[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-08-18 Thread Eric Snow
Eric Snow added the comment: Would issue14803 be sufficient? Certainly not quite as concise, but deferring to that solution would limit the proliferation of command-line arguments to the interpreter. -- ___ Python tracker rep...@bugs.python.org

[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-08-18 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15716 ___

[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-08-16 Thread Gregory P. Smith
New submission from Gregory P. Smith: I'd like a command line flag to override PYTHONPATH. It could also be used in combination with -E so that you could still set the PYTHONPATH while ignoring everything else from the environment. -- messages: 168429 nosy: gregory.p.smith priority:

[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-08-16 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: -- nosy: +eric.snow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15716 ___ ___ Python-bugs-list