-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
PEP668 while likely to reduce the chances of people trashing their system Python also sets up a pretty big hurdle for new Python users to overcome.
The impact of this could be significantly reduced by (for example):
- creating a default per-user venv for each user on the system, and using it be default in their profile
- configuring thonny to use that venv
@gadgetoid propsed something like this for the Pimoroni software, but I suggest that it would be much better to address it at the OS level otherwise everyone will end up having to (learn how to) do this themselves.
There may of course be a better way to address it. Just documenting it doesn't really cut it, venvs are one of the most confusing things you have to deal with in Python. You might say that's a skill issue, but this is supposed to be a computer that the unskilled can learn on.
avnc, recantha and s-martin
Metadata
Metadata
Assignees
Labels
No labels