Python Forum
Run Python Script From My VPS?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run Python Script From My VPS?
#1
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!
Reply
#2
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.
Recommended Tutorials:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Is there a *.bat DOS batch script to *.py Python Script converter? pstein 3 8,232 Jun-29-2023, 11:57 AM
Last Post: gologica
  How to kill a bash script running as root from a python script? jc_lafleur 4 8,104 Jun-26-2020, 10:50 PM
Last Post: jc_lafleur
  crontab on RHEL7 not calling python script wrapped in shell script benthomson 1 3,017 May-28-2020, 05:27 PM
Last Post: micseydel
  Package python script which has different libraries as a single executable or script tej7gandhi 1 3,283 May-11-2019, 08:12 PM
Last Post: keames
  Check Python version from inside script? Run Pythons script in v2 compatibility mode? pstein 2 10,739 Jul-07-2017, 08:59 AM
Last Post: snippsat
  Cant pass corect variables to python script in bash script neradp 3 7,318 Nov-05-2016, 01:26 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020