2012年4月10日 星期二

virtualenv 安裝 PIL on Window XP

Python /virtualenv  安裝 PIL
方法1:
    create virtualenv  - virtualenv --no-site-package d:\pinax
    activate  virtualenv
     pip install PIL (失敗)

方法 2:
    在原本安裝的 python ,先裝PIL
    create virtualenv - virtualenv --system-site-packges d:\pinax
     這樣 PIL 就可以利用 virtualenv  的 "--system-site-packges"  把 PIL 的功能繼承過來

沒有留言: