Questions tagged «windows-subsystem-for-linux»

使用此标签来解决与Linux子系统Windows有关的问题,该子系统是Canonical和Microsoft开发的兼容性层,用于在较新版本的Windows中本地运行Ubuntu程序。


2
Windows 10 Bash“无法连接到显示器!”
我最近安装了Windows 10的Bash(是的!)。我需要它来运行名为“ Seismic Unix”的处理软件,该软件安装正确。但是,当我运行附带的命令时,它给出了此错误“无法连接到显示器!”。该命令应该在屏幕上显示图像,我认为Bash无法访问我的笔记本电脑屏幕以显示结果。 错误“无法连接到显示器!”的屏幕截图。 这是命令: suplane | suximage title="My first test" & 我期待着您的回音,并先谢谢您。

6
/ usr / bin / env:'python':没有这样的文件或目录
我正在尝试在Windows Ubuntu Bash上安装Gitlab Development Kit。 $python3 输出 Python 3.5.2 (default, Nov 17 2016, 17:05:23) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>> $python 输出 The program 'python' can be found in the following packages: * python-minimal * python3 Try: sudo apt install <selected …

5
我可以在WSL的Ubuntu Bash中将目录更改为Windows驱动器吗?
我是Ubuntu的超级新手,基本上需要Ubuntu来提供Python软件包。我想在运行Python文件e:/username/folder1/folder2/python.py。我在网上尝试了每种方法,唯一的答复是bash: cd./e: No such file or directory。我不确定是因为bash窗口还是virtualenv。 当我在Windows的Ubuntu上使用bash时ls,它显示为VIRTUALENV_DIR。cd说/home/username。在cd ..等改变目录一点点,而不是另一个驱动器,也不是文件夹,我想它找到。



2
Windows 10上的Ubuntu:Docker vs WSL
我了解目前可以通过两种不同的方式在Windows 10上运行Ubuntu: 使用Windows Linux子系统(WSL)。 为Windows 10安装docker,并在Ubuntu中使用容器。 但是,我找不到关于它们之间的区别(谈论应用程序)以及优点和缺点的易于理解的解释。 我发现了一篇有关在WSL上使用docker的文章:通过(Windows Linux Subsystem)和Docker的Ubuntu。但是我正在谈论直接在Windows 10上使用它。因此,我将感谢您提供有关这两个方面的所有信息。


3
运行“ sudo apt-get更新”会返回连接错误
从Windows应用商店安装Ubuntu 18.04之后,我打开Bash并想运行sudo apt-get update,但这会返回以下错误: Err:1 http://security.ubuntu.com/ubuntu bionic-security InRelease Connection failed [IP: 91.189.91.26 80] Err:2 http://archive.ubuntu.com/ubuntu bionic InRelease Connection failed [IP: 91.189.88.162 80] Err:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Connection failed [IP: 91.189.88.161 80] Err:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Connection failed [IP: 91.189.88.162 80] Reading package lists... Done W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease Connection …


1
如何使用Win Explorer在Windows上的Ubuntu上为Bash创建文件夹?
如何使用“ Windows上的Ubuntu上的Bash”使用Windows资源管理器在主目录中创建文件夹或文件? 我尝试了以下方法: 在Windows资源管理器中输入C:\ Users {user} \ AppData \ Local \ lxss {username} 使用Windows资源管理器创建一个名为“脚本”的文件夹 在Windows上的Ubuntu上打开Bash 跑 ls -a 结果:共0 有没有计划进行类似的工作? PS解决方法: 我用mkdir&touch在bash中创建文件夹和文件,例如scripts/menu.py 我使用Windows资源管理器和记事本++编辑menu.py 我用 python scripts/menu.py
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.