Function server_forge::deployment::deploy_python

source ·
pub fn deploy_python() -> Result<(), Box<dyn Error>>
Expand description

Deploys and configures Python.

This function installs Python 3 and pip using the appropriate package manager. It also installs virtualenv for creating isolated Python environments.

§Returns

Returns Ok(()) if Python is deployed successfully, or an error if deployment fails.