Re: Howto update a package in venv

2014-06-25 Thread Michael Lind Hjulskov
Thanks Lachlan Good to know Python and Django is so cool and full of fancy stuff. Have a good day Den søndag den 22. juni 2014 13.07.20 UTC+2 skrev Lachlan Musicman: > > I'm a big fan of pip-tools: > > pip install pip-tools > > Once installed, you can do: > > pip-review --interactive > > which

Re: Howto update a package in venv

2014-06-25 Thread Michael Lind Hjulskov
That did the trick Tom Thanks alot for spending Your time on me. Cheers Den lørdag den 21. juni 2014 23.29.24 UTC+2 skrev Tom Evans: > > On Sat, Jun 21, 2014 at 4:57 PM, Michael Lind Hjulskov > > wrote: > > Hi > > > > Im relative new to Django and Linux commands etc. > > I hope to get help in

Re: Howto update a package in venv

2014-06-22 Thread Lachlan Musicman
I'm a big fan of pip-tools: pip install pip-tools Once installed, you can do: pip-review --interactive which will check all installed apps and off to update them - you can choose to upgrade for each app (hence the --interactive). Cheers L. On 22 June 2014 07:28, Tom Evans wrote: > On Sat, Ju

Re: Howto update a package in venv

2014-06-21 Thread Tom Evans
On Sat, Jun 21, 2014 at 4:57 PM, Michael Lind Hjulskov wrote: > Hi > > Im relative new to Django and Linux commands etc. > I hope to get help in here :o) > > I use virtualenv and requirements and one of the requirements is Sorl > But Sorl together with Django 1.6.5 is giving me this error on runse

Howto update a package in venv

2014-06-21 Thread Michael Lind Hjulskov
Hi Im relative new to Django and Linux commands etc. I hope to get help in here :o) I use virtualenv and requirements and one of the requirements is Sorl But Sorl together with Django 1.6.5 is giving me this error on runserver *"/home/mh/v/local/lib/python2.7/site-packages/sorl/thumbnail/helpers