Hello, Here is a script to make the exception happend
Go where you want the folder to be created and copy paste this: mkdir testPharo cd testPharo mkdir files cd files echo Transcript show:'test' >test.st cd .. mkdir curl cd curl curl get.pharo.org/50+vm | bash cd .. sudo chmod -R -w curl curl/pharo-ui curl/Pharo.image -st ../files/test.st Execute this to clean what the script did : cd .. sudo rm -r testPharo Valentin