pithon.set.default.executable: pithon.set.default.executable

Description Usage Arguments Details Value Examples

View source: R/pithon.set.default.executable.R

Description

Sets the path to the Python executable to be used by default, for all newly started instances.

Usage

1
  pithon.set.default.executable( path.to.python.executable )

Arguments

path.to.python.executable

path to the Python executable that should be used.

Details

Sets the path to the Python executable to be used by default for all newly started instances. If the function is not called, the result from 'find_python_cmd' (from the 'findpython' package) will be used as default.

Value

None.

Examples

1
pithon.set.default.executable( "c:/Python34/python.exe" )

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