[New-bugs-announce] [issue8920] PYTHONSTARTUP should expand "~"

lesmana report at bugs.python.org
Sun Jun 6 20:02:45 CEST 2010


New submission from lesmana <lesmana at gmx.de>:

for example, this should be legal:
PYTHONSTARTUP="~/.pythonrc.py"

workaround (in bash)
PYTHONSTARTUP=$(echo ~)"/.pythonrc.py"

----------
messages: 107198
nosy: lesmana
priority: normal
severity: normal
status: open
title: PYTHONSTARTUP should expand "~"
type: feature request

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8920>
_______________________________________


More information about the New-bugs-announce mailing list