Run Python Script in Linux Servers

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Manuel_
    Banned
    • May 2005
    • 120

    Run Python Script in Linux Servers

    To run python script under Exabytes Linux servers.

    1. For python system library's common path, please use as below.
    /usr/bin/env python

    2. Change the permission for your .py script, to allow executable.
    Shell> chmod a+x scriptname.py
    For example : chmod a+x index.py

    3. Please make sure the owner of the script is your hosting account username. If not, change the owner with below command.
    Shell> chown username.username scriptname.py
    For example : chown exabytes.exabytes index.py
    Last edited by admin; 08-12-2015, 05:55 AM.
  • princeofdeath
    Junior Member
    • Feb 2013
    • 11

    #2
    Re: Run Python Script in Linux Servers

    PHP, Python and PERL Language are accepted in Linux servers...

    Comment

    Working...
    X