how run python in directadmin

bahar

Verified User
Joined
Oct 23, 2019
Messages
9
hi
I created a file test.py with Simple code

print("Hello, world!")

But it doesn't work

How to run Python in directadmin ?

webserver apache or litespeed

tnx
 
Are you trying to call it via command line like below?

python test.py

Or are you trying to run/access it via a browser?
 
hi
I created a file test.py with Simple code

print("Hello, world!")

But it doesn't work

How to run Python in directadmin ?

webserver apache or litespeed

tnx

i must using cloudlinux os for.
is possible to running another language like nodejs, phyton, rubby support
 
Back
Top