Message326202
I had the some problem when using mypy. What does reproduce the issue is the following:
* Create *two* venv environments
* Install mypy in one of them
* Activate the other
* Run the subprocess call in the activated venv
I then get a message about not being able to find mypy:
.../some-env/bin/python3: No module named mypy.dmypy
I don't get the message when I call subprocess outside of a venv.
I haven't checked yet if my patch fixes this issue, that will have to wait for later this week. |
|
Date |
User |
Action |
Args |
2018-09-24 05:07:00 | ronaldoussoren | set | recipients:
+ ronaldoussoren, gvanrossum, vinay.sajip, jaraco, ned.deily, Anders.Hovmöller, tdsmith |
2018-09-24 05:07:00 | ronaldoussoren | set | messageid: <1537765620.73.0.956365154283.issue22490@psf.upfronthosting.co.za> |
2018-09-24 05:07:00 | ronaldoussoren | link | issue22490 messages |
2018-09-24 05:07:00 | ronaldoussoren | create | |
|