This website requires JavaScript.
Explore
Help
Sign In
env-all
/
notes
Watch
1
Star
0
Fork
You've already forked notes
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
main
notes
/
config
/
python
/
lspkgs.sh
5 lines
97 B
Bash
Raw
Permalink
Blame
History
#!/bin/bash
# get all python pkgs of current env
pip freeze
|
grep -Eo
'(.*==)'
|
sed
's/==//g'
Reference in New Issue
View Git Blame
Copy Permalink