OpenBBTerminal icon indicating copy to clipboard operation
OpenBBTerminal copied to clipboard

Fixing path to OpenBBUserData on Docker

Open hjoaquim opened this issue 1 year ago • 1 comments

Got this when I tried installing with docker:

PermissionError: [Errno 13] Permission denied: '/home/python/OpenBBUserData/logs/my-app-id/gst_docker_b75ff8e8-a68a-4d12-b165-930e8be4a0c7-1682029269'

The fix is to change the path on the docker-compose.yaml to /home/python/OpenBBUserData instead.

hjoaquim avatar Apr 20 '23 22:04 hjoaquim