How To Solve Read-only File System Problem?
I've upgraded to the latest OS on MAC (Catalina), but now I have problem with virtualenv, python and django. When I do source ve37/bin/activate it's fine, but when I then do python
Solution 1:
Problem because of Read-only file system in mac os catalina
Boot your mac system into recovery mode. (by bootup system with holding CMD+R).
Open terminal (Present in "Utilities" in the top left menu).
Just run command
csrutil disable
Restart your system and Bootup normally
Before doing any activity open terminal and run command.
sudo mount -uw /
Post a Comment for "How To Solve Read-only File System Problem?"