Description Usage Arguments Details Value Examples
View source: R/pithon.set.default.executable.R
Sets the path to the Python executable to be used by default, for all newly started instances.
1 | pithon.set.default.executable( path.to.python.executable )
|
path.to.python.executable |
path to the Python executable that should be used. |
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.
None.
1 | pithon.set.default.executable( "c:/Python34/python.exe" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.