Cobra Forum

Plesk Panel => Others => Topic started by: mahesh on Jan 28, 2025, 07:03 AM

Title: How to find the Python executable path in a Plesk for Linux server?
Post by: mahesh on Jan 28, 2025, 07:03 AM
Question
How to find the Python executable path in a Plesk for Linux server?

Answer
1.Connect to the server via SSH

2.Run the following command on SSH:

#which python3
The above will provide the correct path.