我試圖用pip在ubuntu上安裝django。但不幸的是我得到這樣的錯誤。有人可以解釋這一點,並告訴我一些方法來解決這個問題?django安裝:不能使用pip在linux上安裝django(ubuntu)
error: could not create '/usr/local/lib/python2.7/dist-packages/django': Permission denied
----------------------------------------
Command /usr/bin/python -c "import setuptools;__file__='/home/franklingu/build/django /setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-W5MhGe-record/install-record.txt failed with error code 1
Storing complete log in /home/franklingu/.pip/pip.log
通常情況下,這可能比它的價值更麻煩。但我同意虛擬環境是一個有用的工具。 –
這是爲什麼?據我所知,虛擬env應該更安全? –
@RobertMcGibbon從來沒有更多的麻煩;而且這些好處遠遠超過我在這裏提到的。 –