Message 354858 - Python tracker
Message354858
| Author | pyscripter |
|---|---|
| Recipients | eric.snow, grahamd, methane, ncoghlan, pitrou, pyscripter, steve.dower, vstinner |
| Date | 2019-10-17.23:01:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1571353268.94.0.180616370381.issue22213@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
To Steve: I want the embedded venv to have the same sys.path as if you were running the venv python interpreter. So my method takes into account for instance the include-system-site-packages option in pyvenv.cfg. Also my method sets sys.prefix in the same way as the venv python interpreter. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-10-17 23:01:09 | pyscripter | set | recipients: + pyscripter, ncoghlan, pitrou, vstinner, grahamd, methane, eric.snow, steve.dower |
| 2019-10-17 23:01:08 | pyscripter | set | messageid: <1571353268.94.0.180616370381.issue22213@roundup.psfhosted.org> |
| 2019-10-17 23:01:08 | pyscripter | link | issue22213 messages |
| 2019-10-17 23:01:08 | pyscripter | create | |