``` #!/bin/bash #---------- echo -e ' TEST of pip'...
# testing
n
Copy code
#!/bin/bash
#----------
echo -e ' TEST of pip'
pip check
echo -e "---------------------------------------------"
pip list --format columns
###pip list --format columns | grep --color 'reportportal'
echo -e ''
26 Views