在外部驱动器中安装 Python 时出现问题

Problem with installing Python in external drive

我是 Python 和 PyCharm 的初学者。我在我的 D 驱动器中安装了 Python 和 PyCharm,而不是 C。但是,我遇到了一些问题,所以不得不卸载并在我的 C 驱动器中重新安装它们。现在,当我在 CMD 中使用 pip 命令时,它显示

Fatal error in launcher: Unable to create process using '"D:\Program Files\Python\python.exe" "C:\Users\USERNAME\AppData\Local\Programs\Python\Python39\Scripts\pip.exe" ': The system cannot find the file specified.

我尝试寻找解决方案但已放弃。有人有什么建议吗?

尝试通过 Python 安装 website 它可以解决您的终端问题。

在 PyCharm 设置中,您可以更改 Python 环境(教程 here)。

我也遇到了同样的问题,我尝试了以下步骤:

  1. 以管理员身份打开 CMD。
  2. 在CMD中写入'python -m pip install -U --force pip'。
  3. 重启你的PC/laptop。
  4. 立即尝试 pip 命令。

这是因为你的路径文件仍然指向 D: 中的 pip 转到路径并将其更改为 pip 的 C: 目录