python.command {clusterpath} | R Documentation |
Return the command to use to run python.
python.command(path = system.file(package = "clusterpath"))
path |
If NULL then add nothing to the PYTHONPATH, otherwise add the specified path. |
A command that should be able to run python with cvxmod on your system. e.g. "PYTHONPATH=/path/to/clusterpath python"
Toby Dylan Hocking