Windows 10中的ipy.exe在哪里?

时间:2017-02-22 02:22:03

标签: python window windows-10 ironpython renderdoc

我可以访问IronPython交互式shell,但我不知道它的安装位置。在目录中搜索它不会产生任何结果,并且它不会被cygwin或命令提示符识别,因为它不在路径中。 enter image description here

我在此文件夹中以管理员身份运行renderdocui.exe,但是我的机器中没有ipy.exe或其他地方,因此我很困惑如何在RenderDoc UI本身中找到交互式shell的ipy.exe。 enter image description here

*正如我所说,ipy无法识别,所以这样的解决方案不起作用:

C:\Users\mona\Downloads\whereis\mvp_tips\whereis\Debug>whereis.exe ipy.exe
The specified module could not be found.


C:\Users\mona\Downloads\whereis\mvp_tips\whereis\Debug>whereis.exe python
C:\Python27\python.exe
HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths\python.exe
       (Default) => "C:\Python27\Python.exe"

同样适用于PowerShell:

PS C:\Users\mona> which python
C:\Python27\python.exe
C:\Program Files\Anaconda3\python.exe
C:\Program Files\Anaconda2\python.exe
C:\Users\mona\Anaconda3\python.exe
PS C:\Users\mona> which ipy
INFO: Could not find files for the given pattern(s).
PS C:\Users\mona> which ipy.exe
INFO: Could not find files for the given pattern(s).

**错误源于运行此bash脚本:

mona@DESKTOP-37GGNHL /cygdrive/c/Users/mona/playing-for-data/renderdoc/renderdocui/ironpython
$ ./compilelibs.sh .
./compilelibs.sh: line 13: ./ipy.exe: No such file or directory

0 个答案:

没有答案