小编qua*_*231的帖子

无法将 pip 安装到 WSL (Ubuntu) 中?

我已在 Windows 10 上成功设置 WSL。我还成功下载并安装了 Python3。但是,我无法获得点。我如何获得点?

gyu@LAPTOP-PR3:/mnt/c/Windows/system32$ python3 --version
Python 3.8.2
gyu@LAPTOP-PR3:/mnt/c/Windows/system32$ python3 -m pip list
/usr/bin/python3: No module named pip
gyu@LAPTOP-PR3:/mnt/c/Windows/system32$ sudo apt-get install python3-pip
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python3-pip is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python3-pip' has no installation candidate
gyu@LAPTOP-PR3:/mnt/c/Windows/system32$ sudo apt-get install python-pip
Reading …
Run Code Online (Sandbox Code Playgroud)

python3 pip windows-subsystem-for-linux

13
推荐指数
1
解决办法
4万
查看次数

标签 统计

pip ×1

python3 ×1

windows-subsystem-for-linux ×1