Message316874
| Author | rhettinger |
|---|---|
| Recipients | barry, brett.cannon, carljm, eric.snow, lukasz.langa, ncoghlan, rhettinger |
| Date | 2018-05-16.22:16:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1526508991.61.0.682650639539.issue33499@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> Environment variables aren't system-wide, they are > per-process (though they can be inherited by child processes). Yes, that is how they work. It is not how they are used. Environment variables are commonly set in shell start-up scripts such as .bashrc and the results then affect every python application that gets run in any shell session. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-16 22:16:31 | rhettinger | set | recipients: + rhettinger, barry, brett.cannon, ncoghlan, carljm, lukasz.langa, eric.snow |
| 2018-05-16 22:16:31 | rhettinger | set | messageid: <1526508991.61.0.682650639539.issue33499@psf.upfronthosting.co.za> |
| 2018-05-16 22:16:31 | rhettinger | link | issue33499 messages |
| 2018-05-16 22:16:31 | rhettinger | create | |