i bought a book 'Building SPAs w/ Django and HTML over the wire...' and trying to understand why this error happened while setting the interpreter using Docker Compose.
I would like to know if I understand this rigth: I don't have the permissions to write through PyCharm? I'm learning to use Ubuntu so I understand that I should maybe be member of a group of users to be able to modify the target directory.
I would like to not do this as superuser, so how can do it right?
Connecting to Docker daemon…
Building Compose service python...
/snap/bin/docker-compose -f /home/javier/Desktop/BuildingSPAs/docker-compose.yaml up --no-start python
Finished with exit code 0
/snap/bin/docker-compose -f /home/javier/Desktop/BuildingSPAs/docker-compose.yaml -f /home/javier/.cache/JetBrains/PyCharm2022.2/tmp/docker-compose.override.yml run --rm --no-deps python
ERROR: .PermissionError: [Errno 13] Permission denied: '/home/javier/.cache/JetBrains/PyCharm2022.2/tmp/docker-compose.override.yml'
Finished with exit code 1
/snap/bin/docker-compose -f /home/javier/Desktop/BuildingSPAs/docker-compose.yaml -f /home/javier/.cache/JetBrains/PyCharm2022.2/tmp/docker-compose.override.1.yml run --rm --no-deps python
ERROR: .PermissionError: [Errno 13] Permission denied: '/home/javier/.cache/JetBrains/PyCharm2022.2/tmp/docker-compose.override.1.yml'
Finished with exit code 1