Message314193
| Author | ncoghlan |
|---|---|
| Recipients | Arfrever, eric.araujo, eric.snow, gregory.p.smith, kristjan.jonsson, mattheww, ncoghlan, pitrou |
| Date | 2018-03-21.12:12:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1521634371.02.0.467229070634.issue13475@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Over in https://bugs.python.org/issue33053#msg314192, I came up with `--basepath <dir>` as another possible spelling (`--no-basepath` would then be an option for turning it off. The main argument *against* that name is that we use "base" to mean something different in the `sys` module: "base_prefix" and "base_exec_prefix" refer to the info for the parent environment when in a virtual environment. Another alternative would be "--mainpath", since what we're really overriding is the default path entry that's normally derived from the location of `__main__`. As an added bonus, we could define "main path" as a glossary entry, rather than having to talk about "sys dot path zero" all the time. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-03-21 12:12:51 | ncoghlan | set | recipients: + ncoghlan, gregory.p.smith, pitrou, kristjan.jonsson, mattheww, eric.araujo, Arfrever, eric.snow |
| 2018-03-21 12:12:51 | ncoghlan | set | messageid: <1521634371.02.0.467229070634.issue13475@psf.upfronthosting.co.za> |
| 2018-03-21 12:12:51 | ncoghlan | link | issue13475 messages |
| 2018-03-21 12:12:50 | ncoghlan | create | |