This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年08月17日 00:40 by gregory.p.smith, last changed 2022年04月11日 14:57 by admin.
| Messages (8) | |||
|---|---|---|---|
| msg168429 - (view) | Author: Gregory P. Smith (gregory.p.smith) * (Python committer) | Date: 2012年08月17日 00:40 | |
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. |
|||
| msg168496 - (view) | Author: Eric Snow (eric.snow) * (Python committer) | Date: 2012年08月18日 06:04 | |
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. |
|||
| msg168877 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年08月22日 12:40 | |
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 'default': Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X. http://hg.python.org/cpython/rev/ae51329f9893 |
|||
| msg168879 - (view) | Author: Ronald Oussoren (ronaldoussoren) * (Python committer) | Date: 2012年08月22日 12:44 | |
My fingers are too thick. The two changesets in msg168877 are for issue 15761, not this one. Sorry about the noise. |
|||
| msg169245 - (view) | Author: Colin Su (littleq0903) * | Date: 2012年08月28日 01:54 | |
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 |
|||
| msg169246 - (view) | Author: Colin Su (littleq0903) * | Date: 2012年08月28日 01:54 | |
s/properly/proper (typo) |
|||
| msg169247 - (view) | Author: Colin Su (littleq0903) * | Date: 2012年08月28日 02:03 | |
started working on it :) |
|||
| msg176510 - (view) | Author: Brian Curtin (brian.curtin) * (Python committer) | Date: 2012年11月28日 05:01 | |
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. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:34 | admin | set | github: 59921 |
| 2014年04月12日 10:40:55 | migel.k | set | nosy:
+ migel.k |
| 2012年11月28日 13:46:19 | mdengler | set | nosy:
+ mdengler |
| 2012年11月28日 08:24:19 | asvetlov | set | nosy:
+ asvetlov |
| 2012年11月28日 05:01:46 | brian.curtin | set | nosy:
+ brian.curtin messages: + msg176510 |
| 2012年08月28日 02:03:14 | littleq0903 | set | messages: + msg169247 |
| 2012年08月28日 01:54:52 | littleq0903 | set | messages: + msg169246 |
| 2012年08月28日 01:54:13 | littleq0903 | set | messages: + msg169245 |
| 2012年08月28日 01:45:36 | littleq0903 | set | nosy:
+ littleq0903 |
| 2012年08月22日 12:44:26 | ronaldoussoren | set | nosy:
+ ronaldoussoren messages: + msg168879 |
| 2012年08月22日 12:40:54 | python-dev | set | nosy:
+ python-dev messages: + msg168877 |
| 2012年08月18日 13:31:47 | Arfrever | set | nosy:
+ Arfrever |
| 2012年08月18日 06:04:41 | eric.snow | set | messages: + msg168496 |
| 2012年08月17日 01:47:27 | eric.snow | set | nosy:
+ eric.snow |
| 2012年08月17日 00:40:26 | gregory.p.smith | create | |