notes/config/python/lspkgs.sh

5 lines
97 B
Bash

#!/bin/bash
# get all python pkgs of current env
pip freeze | grep -Eo '(.*==)' | sed 's/==//g'