On Tue, May 31, 2016 at 11:47 AM, Brian Avery <[email protected]> wrote:
> One possible solution is to use RP's suggestion to leverage the --user > argument (which stores packges in > $HOME/.local/lib/python3.4/site-packages. > > >pip3 install --user -r poky/bitbake/toaster-requirements.txt > * works except wsgiref is not python3 compatible yet > >pip3 list installed --local > argparse (1.2.1) > beautifulsoup4 (4.4.1) > Django (1.8.13) > > * works to show what is a --user install vs a global site install. > > pip3 uninstall/install --user --upgrade/.... works as expected... > Cluttering up my ~/.local with app/project specific requirements is not appropriate. As someone who uses --user quite a bit, I'd be quite annoyed by this. -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor Graphics
-- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
