R/pithon.set.executable.R

Defines functions pithon.set.executable

Documented in pithon.set.executable

pithon.set.executable <- function(path.to.python.executable, instance.name = "")
{
	.C("py_set_exec", path.to.python.executable, instance.name, PACKAGE = "rPithon")
	invisible(NULL)
}

Try the rPithon package in your browser

Any scripts or data that you put into this service are public.

rPithon documentation built on May 2, 2019, 5:51 p.m.