> OTOH, I have installed as a user on Linux distros many times using pip > install, and never had a problem. Never needed to consider using sudo. >
Did/do you need to pass `--user` flag? pip install --user foobaz I got into the sudo mess because I didn't know about the user flag, tried to just `pip install foo`, got a permission denied error, so reached for sudo out of habit, because that's what you need for apt installs. That's when I discovered conda and have stayed there since. It would be be good news if they've since made user installs the default. (I was on Mint 17 or 18 if memory serves). -matt -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/1881553d-55c4-43d5-9d8f-76b35f412ea2%40googlegroups.com.
