Message330092
I still think the best option is a command line flag like "--open-in-homedir" that causes Idle to do a chdir to the user's documents folder. This way we can put a static option in the start menu item in the installer and not worry about the limitations of MSI, etc. These limitations also exist in MSIX (app store packages) which is coming soon as well.
Alternatively, we could check the current directory to see if it matches sys.prefix (or whatever it matches) and chdir in that case. No option needed.
For reference, VS Code requires "code.exe ." to start in the current directory, and otherwise uses its default no matter where you start it from. |
|
Date |
User |
Action |
Args |
2018-11-19 11:49:31 | steve.dower | set | recipients:
+ steve.dower, terry.reedy, mark, ned.deily, serhiy.storchaka, jeff.allen, eryksun |
2018-11-19 11:49:31 | steve.dower | set | messageid: <1542628171.04.0.788709270274.issue22121@psf.upfronthosting.co.za> |
2018-11-19 11:49:31 | steve.dower | link | issue22121 messages |
2018-11-19 11:49:30 | steve.dower | create | |
|