This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Description
Hi, I am on ubuntu 20.04 and i installed Blender but I cannot add the image_generation path to the Python
echo $PWD/image_generation >> $BLENDER/$VERSION/python/lib/python3.5/site-packages/clevr.pth
I located blender like this:
whereis blender
/snap/bin/blender
though when i look inside /snap/bin/blender there is no python, but it is in /snap/blender
so the command that I run eventually is
$ sudo echo $PWD >> /snap/blender/43/2.83/python/lib/python3.7/site-packages/clevr.pth
bash: /snap/blender/43/2.83/python/lib/python3.7/site-packages/clevr.pth: Read-only file system
I also followed the solution to run sudo fsck -n -f and restart but it didn't help.
Anyone can advise?