+ 2

running a python script on a server

i have a linux server and i can acces it only via filezilla and ssh. i want to run some simple python programs on it and i don know even where to start. it doesn't even have an interpreter.

24th Sep 2020, 8:13 PM
salamelek
salamelek - avatar
1 Answer
+ 3
If you have administrator privilege on the server, then you can install python by connecting via ssh. The exact way depends on the linux distribution, for example here is a guide for ubuntu. https://phoenixnap.com/kb/how-to-install-python-3-ubuntu
24th Sep 2020, 8:24 PM
Tibor Santa
Tibor Santa - avatar