Roundup Tracker - Issues

Issue 1045645

classification
Expand '~' when installing scripts
Type: Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: : jlgijsbers, richard
Priority: normal : patch

Created on 2004-10-12 19:35 by jlgijsbers, last changed 2004-11-10 22:27 by richard.

Files
File name Uploaded Description Edit Remove
roundup-setup-expanduser.diff jlgijsbers, 2004-10-12 19:35
Messages
msg2722 Author: [hidden] (jlgijsbers) Date: 2004-10-12 19:35
When one installs roundup using the following command:

'python2.3 setup.py install --prefix=~/foo'

All the scripts get the following inserted:

sys.path.insert(1, "~/foo/lib/python2.3/site-packages")

However, Python doesn't grok a '~' on sys.path, so
Roundup should expand it. Patch attached.
msg2723 Author: [hidden] (richard) Date: 2004-11-10 22:27
Logged In: YES 
user_id=6405

Applied, thanks! 
History
Date User Action Args
2004-10-12 19:35:35jlgijsberscreate