[Tutor] sys.path.append import python3 not working

Oscar Benjamin oscar.j.benjamin at gmail.com
Wed Feb 5 15:31:14 CET 2014


On 5 February 2014 12:41, Alan Gauld <alan.gauld at btinternet.com> wrote:
>
> And after 15 years of using Python I didn't know it existed until now!
> I've always used a local directory and added it to PYTHONPATH...

Then maybe you're also not aware of the --user option for
pip/easy_install. That's how I discovered the user site-packages
directory.

I've always thought it would be good if distro package managers would
have a --user option, but failing that pip serves me quite well for a
lot of things.


Oscar


More information about the Tutor mailing list