Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Missing write permissions in home/user/anaconda2

The problem was that somehow "anaconda2" folder where "anaconda" is installed, was set to 'access only' because the owner of "anaconda2" folder was "root". Now I have changed the ownership of "anaconda2" folder by using command

sudo chown -R ws2 anaconda
sudo chown -R usr foldername

Tags:

Python

Opencv

14.04

Related

Repairing broken installation from Live USB without losing data Why is "LANG=C;sudo apt-get clean" etc recommended? What if I delete ~/.bashrc file of a user? Unsupported Ubuntus - is it safe to continue with them? What is EOF and how to trigger it? Install Mongo 3.2 on Ubuntu 15.10 APT - how to install recommended packages after installing with --no-install-recommends switch? View size of CPU cache through the command-line? ImageMagick convert and low RAM How to set LC_NUMERIC to English permanently? How to find the number of CPU cores including virtual? VirtualBox rcvboxdrv setup error "Bad argument setup"

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy