Re: Run Python Script in Linux Servers
PHP, Python and PERL Language are accepted in Linux servers...
Run Python Script in Linux Servers
Collapse
Unconfigured Ad Widget
Collapse
X
-
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.pyLast edited by admin; 08-12-2015, 05:55 AM.Tags: None
-
Leave a comment: