Hi,
Hope you can help.
I am currently running my Django site using VirtualEnv so I can run the combination of Python 2.7 and Django 1.6.
The next update to my site requires an install of "sorl-thumbnail" but I am not sure how I go about this? I know I need to run the pip install command in my VirtualEnv but I am not sure how I can get to the VirtualEnv to run this command.
In addition I have noticed when I installed "sorl-thumbnail" via pip on my local PC I had to use sudo, will that be possible here?
Thanks in advance.
Regards
Ian