Python Forum
Run Python Script From My VPS? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Run Python Script From My VPS? (/thread-16274.html)



Run Python Script From My VPS? - digitalmatic7 - Feb-20-2019

I have a VPS with CentOS7 / nginx / plesk installed on it. I was wondering how I can use it to run a Python script? Do I have to go through the whole process of installing python onto the server, similar to how I did on my windows OS?

Any good tutorials you guys can share or basic explanation would be much appreciated. Cheers!


RE: Run Python Script From My VPS? - metulburr - Feb-20-2019

Unlike windows, linux uses python for the system. Usually it is already installed along with the OS. Not sure what version though. Type python or python3 in the terminal and execute. I am not sure which CentOS distro would use as default.