Executing the command
rm -rf /home/norro/mbeddr/ && mi=`mktemp` && wget --no-cache -nv https://github.com/qutorial/mbeddr_python_installer/raw/master/mbeddr_install.py -O $mi && python2.7 $mi; rm $mi;
on linux (ubuntu 14.04) fails as the access to the MPS file
http://download.jetbrains.com/mps/31/MPS-3.1-EAP4-135.638.tar.gz
is denied. The installer needs to download this file though to install MPS.
Executing the command
on linux (ubuntu 14.04) fails as the access to the MPS file
is denied. The installer needs to download this file though to install MPS.