Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我安装了 django 并想在我的 mac 中指定它的路径,我将路径放入 .profile 并检查 $PATH 以确保已指定。但是,当我进入 python 的环境并输入 import django 时,它找不到。对此一无所知。有什么建议么?
它需要进入$PYTHONPATH。如果尚未定义该变量,请创建该变量。
$PYTHONPATH