4 Answers
+ 9
Most Linux distributions already have Python. They're separate things though, you can learn Linux without Python and Python without Linux. But you can just open up a terminal and type python and most likely it'll work.
+ 1
learn python and use it directly from the terminal i think
+ 1
u want to use python cli version ? just install it
if u use ubuntu , just type in ur shell
$apt-install python
$apt-install python-dev