SensorsIot / IOTstack

Docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.44k stars 307 forks source link

menu: run in python virtualenv #560

Closed ukkopahis closed 2 years ago

ukkopahis commented 2 years ago

virtualenv requires "--seed pip" or pip will fail with: ModuleNotFoundError: No module named 'pip._internal.utils' If anyone knows why, I'd be interested to hear.

Fixes #499, Fixes #390