Question
How to find the Python executable path in a Plesk for Linux server?
Answer
-
Connect to the server via SSH
-
Run the following command on SSH:
# which python3
The above will provide the correct path.
How to find the Python executable path in a Plesk for Linux server?
Connect to the server via SSH
Run the following command on SSH:
# which python3
The above will provide the correct path.
Hosting Wiki