I'm going to bite the bullet perform the incremental upgrade from ArcGIS Pro 2.4.0 to 2.4.2. In a python command window, I can run the pip list command and get the list and/or redirect that command to a file:
pip list
pip list <SPAN class="operator token">></SPAN> C<SPAN class="punctuation token">:</SPAN>\temp\pip<SPAN class="punctuation token">.</SPAN>txt<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
Is there a python command that I can run in a spyder console get the same result? I haven't found anything in my google travels...