Learn Before
Concept
sh
This package allows you to call any program as if it were a function. It works by running the binary commands on your system by dynamically resolving your $PATH, and then wrapping the binary in a function.
To install sh, use the command:
pip install sh
0
1
Updated 2021-07-20
Tags
Python Programming Language
Data Science