как изменить путь к каталогу пакетов сайта в easy_install

Я пытаюсь использовать easy_install на windows7x64 и получаю это: c:\Python27\Scripts>easy_install.exe django-поршень ошибка: невозможно создать или удалить файлы в каталоге установки

The following error occurred while trying to add or remove files in the
installation directory:

    [Errno 2] No such file or directory: 'C:\\Python27\\Lib\\site-packages\\Lib\
\site-packages\\test-easy-install-4132.pth'

The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:

    C:\Python27\Lib\site-packages\Lib\site-packages\

This directory does not currently exist.  Please create it and try again, or
choose a different installation directory (using the -d or --install-dir
option).

Где я могу изменить путь easy_install, чтобы исправить один «C:\Python27\Lib\site-packages»

Спасибо.

5
задан Stqs 26 March 2012 в 14:49
поделиться