我已经安装了 anaconda,它最后询问是否可以更改路径。它实际上安装了 python 3
samuel@samuel-pc:~$ python
Python 3.5.2 |Anaconda 4.2.0 (64-bit)| (default, Jul 2 2016, 17:53:06)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
我希望默认的 python 是 2.7.x 或者只是 2.7,因为在此之后我的所有 django 项目都停止工作了,而且我宁愿现在恢复,也不愿尝试找出为什么例如静态和媒体文件不再起作用。
答案1
打开终端并输入:
sudo -H gedit ~/.profile
这将打开一个编辑器。检查是否有 Python 3 的路径。
如果在上面的步骤中找不到 Python 3 环境变量,请运行:
sudo -H gedit ~/.bashrc
寻找 Python 3 环境变量,并将其注释掉。