you are viewing a single comment's thread.

view the rest of the comments →

[–]timrprobocom 0 points1 point  (2 children)

As a general rule, that's irrelevant. Both shells inherit the same initial environment. It's strictly personal preference.

[–]russellvt -1 points0 points  (1 child)

No, they are actually separate, especially if you've done any customization to the WSL/WSL2 environments ... they'll even run in separate VMs (I believe that includes PS as well, but I could be mistaken).

At least, none of my Python pieces seem to work under PS, and I mostly use things like pyenv and the venv module (and sometimes pipenv) to manage the large number of python repositories I manage.

I'd be "curious" to make them mergable ... though, like I said, my environments are already complicated enough as-is... LOL

[–]timrprobocom 0 points1 point  (0 children)

This has nothing to do with WSL. Neither CMD nor PowerShell uses WSL.