i want to install this ide on MX - Linux.
the uPyCraft IDE .. guess i can use this tutorial:
LINK. https://randomnerdtutorials.com/install ... tructions/
link https://randomnerdtutorials.com/uPyCraftLinux.Downloading uPyCraft IDE for Linux Ubuntu 16.04
Click here to download uPyCraft IDE for Linux Ubuntu 16.04 or go to this
see the codeOpen your Terminal window, navigate to your Downloads folder and list all the files:
Code: Select all
$ cd Downloads
$ ls -l
uPyCraft_linux_V1.X
see the codeYou should have a similar file (uPyCraft_linux_V1.X) in your Downloads folder. You need to make that file executable with the following command:
Code: Select all
$ chmod +x uPyCraft_linux_V1.X
see the piece of code:Then, to open/run the uPyCraft IDE software, type the next command:
Code: Select all
$ ./uPyCraft_linux_V1.X