How do I check where an executable of a program is located using PowerShell
?
In the bash
shell it'd be (e.g. for Python):
$ which python
/c/Users/user/.pyenv/pyenv-win/shims/python
How do I check where an executable of a program is located using PowerShell
?
In the bash
shell it'd be (e.g. for Python):
$ which python
/c/Users/user/.pyenv/pyenv-win/shims/python