Throwing away virtualenv is actually best way to get problems (unless you're
working with solutions like docker or vagrant).
Virtualenv makes easy to check that you really do have only certain packages,
certain versions and they won't generate any sudden surprises.
On Thu, 13 Aug 2015 04:27:02
I use no virtualenv, to throw away solutions in that direction.. (didn't
wanna to go hard first time).
*pip* is only installed in 3.2, so that wasn't the problem. I've solved the
problem right now, but after an hour of trial and error, I think the only
think was to do *--upgrade wheel*. Is was j
Is wheel in latest version?
Also
your wheel package is installed in
wheel in /usr/local/lib/python3.2/dist-packages
but the django-muro-humoristas
is being installed in
/home/rompepc/.local/lib/python3.2/site-packages
So have you activated a virtualenv ?
Also i tried to installed a packa
I did the tutorial for reusable apps for Django. All went well... but then
I get problems when installing the app.
Processing ./django-muro_humoristas/dist/django-muro_humoristas-1.tar.gz
Requirement already satisfied (use --upgrade to upgrade):
django-muro-humoristas==1 from
file:///media/Com
4 matches
Mail list logo