Ruby Python Compiler Ubuntu | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Ruby Python Compiler Ubuntu

Hey there, I‘m looking for a compiler for Ruby and Python. In code we trust, Lee.Pete

13th Mar 2018, 1:17 PM
lee.pete
lee.pete - avatar
3 Answers
+ 1
are there orther develpment software tools to write and run ruby and python?
13th Mar 2018, 1:56 PM
lee.pete
lee.pete - avatar
+ 2
Usually at least Python will be interpreted not compiled. In Ubuntu a python package should be already installed. To run a script open a terminal and write "python scriptname.py". Ruby can be installed by typing "sudo apt install ruby" and run with "ruby filename.rb"
13th Mar 2018, 1:25 PM
Aaron Eberhardt
Aaron Eberhardt - avatar
+ 1
You could install an IDE for syntax highlighting and other useful features that might help you (for example Atom, Sublime etc.).
13th Mar 2018, 2:21 PM
Aaron Eberhardt
Aaron Eberhardt - avatar