Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
pip3 list --format freeze | awk -F = {'print $1'} | xargs pip3 show | grep -E 'Location:|Name:' | cut -d ' ' -f 2 | paste -d ' ' - - | awk '{print $2 "/" tolower($1)}' | xargs du -sh 2> /dev/null | sort -h
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question