[issue21506] Windows MSI installer should mklink (symlink) python.exe to python2.7.exe

Steve Dower report at bugs.python.org
Wed May 14 20:46:30 CEST 2014


Steve Dower added the comment:

Apparently there's a distinction between absolute and relative symlinks. Do you see a difference between:

> mklink python2.7.exe python.exe

and 

> mklink python2.7.exe C:\Python27\python.exe

?

----------

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


More information about the Python-bugs-list mailing list