Pip install in user mode in docs#134
Conversation
|
bluedot needs to be installed via sudo otherwise the entry point for the python bluedot app |
|
It may need to be installed with Default install puts an entrypoint under
If you do non-user install outside of a virtualenv, it attempts to use the system site-packages location which means affecting root-controlled locations. Of course, if you use P.S. Besides entry points, there's also If you do want to have |
|
Please don't lecture me on what I need to do. I understand the implications and will consider your comments. It's important that install remains as simple as possible and single point instructions provide that. If this, take this action, otherwise, do this, only adds to confusion. |
It's not a good idea to encourage users to use sudo with Pip as it'll mess with their OS-managed site-packages content.