【发布时间】:2020-08-09 08:26:20
【问题描述】:
在我安装了新的 Ubuntu 20.04(更新形式 19.10)后,Python 似乎出现了严重的路径问题,而且 Jupyter 笔记本也不再工作了。
-
which python3不返回任何内容(无响应) - 如果我尝试使用
sudo apt install python3.8安装新的 Python 版本,我会得到答案python3.8 is already the newest version (3.8.2-1ubuntu1). - 尝试
export PYTHONPATH="/my/former/working/python/path"也会改变 什么都没有(仍然没有回复which python)
【问题讨论】:
-
which python返回什么?