我有3個項目在amazon bitnami ec2中託管,我沒有任何項目正在運行。當我檢查我的日誌顯示它按如下錯誤:蟒蛇蛋緩存
The Python egg cache directory is currently set to: /opt/bitnami/.tmp Perhaps your account does not have write access to this directory? You can change the cache directory by setting the PYTHON_EGG_CACHE environment variable to point to an accessible directory.
和我的項目是/opt/bitnami/projects
(即目錄中的所有3項目)。
我該如何解決這個問題?
可能的重複[什麼是Python蛋緩存(PYTHON_EGG_CACHE)?](http://stackoverflow.com/questions/2192323/what-is-the-python-egg-cache-python-egg-cache) –
你檢查過/ opt/bitnami/tmp的許可嗎?你的python項目在哪個用戶下運行?該用戶是否擁有對/ opt/bitnami/tmp的寫入權限? – arunkumar
是的...我將/opt/bitnami/.tmp的權限更改爲777仍然顯示錯誤,即時運行項目文件夾下的3個項目沒有任何項目正在運行...當我檢查我的日誌時...它顯示Python的蛋緩存目錄目前被設置爲:/opt/bitnami/.tmp也許你的賬戶沒有對這個目錄的寫入權限?您可以通過將PYTHON_EGG_CACHE環境變量設置爲可訪問的目錄來更改緩存目錄。 – gur