Description Usage Value See Also Examples
return the full path of "pip" executable if found.
1 | pip_exec()
|
executable full path in a character vector of length 1.
Other executable full path:
chrome_exec(),
libreoffice_exec(),
node_exec(),
npm_exec(),
python_exec()
1 2 | if(is_available("pip"))
message(pip_exec())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.