Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Error: The following directories are not writable by your user: /usr/local/lib/pkgconfig

You should change the ownership of these directories to your user.
  sudo chown -R $(whoami) /usr/local/lib/pkgconfig
 
PREVIOUS NEXT
Tagged: #The #directories #writable
ADD COMMENT
Topic
Name
5+9 =