前提・実現したいこと
pythonが使える環境を作りたいです。
発生している問題・エラーメッセージ
^CUnable to find command: python
Are you sure PATH is configured correctly?
ENV PATH: C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Apple\Apple Application Support;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared;C:\Program Files (x86)\Common Files\Roxio Shared\OEM\12.0\DLLShared;C:\Program Files (x86)\Roxio 2010\OEM\AudioCore;C:\Program Files (x86)\Fujitsu\FJAgent\Core\bin;c:\Program Files (x86)\Common Files\Ulead Systems\MPEG;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\WINDOWS\System32\OpenSSH;"C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Apple\Apple Application Support;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\W";C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Users\ogasawarakai\AppData\Local\Microsoft\WindowsApps;C:\Users\ogasawarakai\AppData\Local\atom\bin
Error: spawn python ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:229:19)
at onErrorNT (internal/child_process.js:406:16)
at process._tickCallback (internal/process/next_tick.js:63:19)
該当のソースコード
print(1)
試したこと
環境パスを変えることまではわかったのですが何に変えればよいかわかりません。
python.exeのディレクトリにあると書いてあったのですがそれらしいものが見つからずに
困っています。
補足情報(FW/ツールのバージョンなど)
Windows10
Anaconda,Atomインストール済み