How do psychopy linux users who installed psychopy on a conda environment overcome the 'PermissionError: [Errno 13] Permission denied' issue?

I installed the latest psychopy on Ubuntu 18.04 recently using the recommended steps on psychopy.org. This involved installing psychopy on a virtual environment. The problem with this however, is that there is no sudo (root) privileges available when running psychopy in a conda environment. It is not allowed apparently.

So whenever Psychopy needs to create a file, I get the Permission Error. Does anyone have any recommended workabout solution for this?