Neat trick for those using `direnv` : you can writ...
# general
v
Neat trick for those using
direnv
: you can write a script to export your virtualenvs for your IDE, have direnv run it and then get direnv to watch your lock files for any changes and re-run the export automatically. That way your IDE always has the latest dependencies and tools.