我已经安装了来自bash的sublime文本,但它没有工作,只是再次返回bash提示符。
然后
我在windows上本机安装了sublime,问题是我无法从bash运行它。
答案 0 :(得分:2)
Windows 10最新版本(版本14951)已经支持它,使用方式如下:
$ export PATH=$PATH:/mnt/c/Windows/System32
$ notepad.exe
$ ipconfig.exe | grep IPv4 | cut -d: -f2
$ ls -la | findstr.exe foo.txt
$ cmd.exe /c dir
更多信息here。
There is a ticket关于它的Github页面中有一些你可以同时使用的黑客攻击。
答案 1 :(得分:1)
看来at this time,cbwin项目是我们最好的选择。我刚开始遇到trying to use vagrant from Bash on Windows这些相同的问题,我的vagrant安装遇到了需要内核支持的问题(目前Windows上没有Bash)。