1 2 3 4 5 6 7 8
#!/bin/bash function install_python_libs { cd /service/vfc/gvnfm/vnfres/res/ pip install -r requirements.txt } install_python_libs