2011-11-23 37 views
1

是否可以在文件系統上覆制plone/zope文件夾並仍能運行該站點?如何在文件系統上移動plone安裝

此刻當我嘗試啓動它,它說

bash: ./bin/instance: /home/atf/Plone-3.3.6/Python-2.4/bin/python: bad interpreter: No such file or directory 

尋找舊的文件夾蟒蛇。如何更新此內容,並在修復此問題後可能會損壞其他內容?

+0

這是在我的桌面系統上,所以我不想更改我的整個操作系統(ubuntu)的Python路徑。 –

回答

5

目前,它認爲你的Python是:

/home/atf/Plone-3.3.6/Python-2.4/bin/python

只需重新運行引導新的Python:

/path/to/where/python/is/now bootstrap.py

然後

./bin/buildout