Day 813
Pycharm / matplotlib / pyplot debugging
I can happily use plt.plot()/plt.imshow() inside the <Alt-F8> and debugger console windows, it’ll be shown!
Recursively change owner in files owned by other user in current directory
Replace -user root with source user, $USER expands to user currently running command:
sudo find ~ -type d -user root -exec sudo chown -R $USER: {} +
			
				
					Nel mezzo del deserto posso dire tutto quello che voglio.
				
			
comments powered by Disqus