I have a website host on google cloud engine. I use Python Pyramid framework and jinja2.
When I update profile image, image was upload successfull but image is not show .
If i run sudo python3.6 setup.py install and restart web server again. The profile image will be show .
PS : I use mod_wsgi and apache2, not use virtual env
I don't know why, anybody can help me.