Forums

libjpeg and zlib

Can anyone tell me if libjpeg and zlib are installed on pythonanywhere? I need them for my django cms app that uses pillow which in turn requires these libraries.

Yes, they are :-)

Quick hack for anyone else with similar questions -- if you run the follow command from Bash, it will list all installed Ubuntu packages which match the given string -- just replace libjpeg with the library in question:

dpkg -l | grep -i libjpeg

Great, thanks!

No problem :-)