View Source Pythonx (Pythonx v0.1.0)

Documentation for Pythonx.

Summary

Functions

Executes a command with the embedded pip module.

Evaluates the given python code and returns the variables specified in the return option.

Executes a command with the embedded python3 executable.

Returns the path to the python3 executable.

Returns the value for PYTHONHOME.

Functions

Link to this macro

pip!(args, opts \\ [])

View Source (macro)

Executes a command with the embedded pip module.

Link to this macro

pyeval(code, opts)

View Source (macro)

Evaluates the given python code and returns the variables specified in the return option.

Link to this macro

python3!(args, opts \\ [])

View Source (macro)

Executes a command with the embedded python3 executable.

Returns the path to the python3 executable.

Returns the value for PYTHONHOME.