在windows中定位Python二进制位置(Tensorflow)

在windows中定位Python二进制位置(Tensorflow),python,r,tensorflow,Python,R,Tensorflow,我试图遵循R中的tensorflow指令,但我一直坚持在Windows上提供Python二进制路径位置。我相信这些说明是给Mac环境的?我想知道在我的windows环境中在哪里可以找到我的Python二进制文件 链接到教程: 在命令提示符下尝试以下操作: python -c "import sys; print(sys.executable)" 这将为您所使用的python版本提供完整的可执行路径 输出:[您的输出可能不同] C:\Users\<username>\AppData\

我试图遵循R中的tensorflow指令,但我一直坚持在Windows上提供Python二进制路径位置。我相信这些说明是给Mac环境的?我想知道在我的windows环境中在哪里可以找到我的Python二进制文件

链接到教程:


在命令提示符下尝试以下操作:

python -c "import sys; print(sys.executable)"
这将为您所使用的python版本提供完整的可执行路径

输出:[您的输出可能不同]

C:\Users\<username>\AppData\Local\Programs\Python\Python35\python.exe
C:\Users\\AppData\Local\Programs\Python\Python35\Python.exe
C:\Users\<username>\AppData\Local\Programs\Python\Python35\python.exe