>>252
例えば、コマンドプロンプトで、where python と入力すると、

where python
C:\Users\Owner\AppData\Local\Microsoft\WindowsApps\python.exe

Ruby, Node.js も入れて、
スタートメニューの設定で「環境変数」で検索して、
(ユーザー)環境変数・システム環境変数PATH に、
自分かインストーラーが、ruby.exe, node.exe のあるフォルダを追加していれば、

where ruby
C:\Ruby25-x64\bin\ruby.exe

where node
C:\Program Files\nodejs\node.exe