Trac のプラグインをインストールしようとしていますeasy_install
が、その方法でインストールされたパッケージのアンインストールがないため、使用したくありません。
だから私は発行しました:
# pip install https://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.4.4
そして、これは起こりました:
Collecting https://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.4.4
Using cached https://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.4.4
Cannot unpack file /tmp/pip-fOSusX-unpack/acct_mgr-0.4.4 (downloaded from /tmp/pip-B6tUyR-build, content-type: text/html; charset=UTF-8); cannot detect archive format
Cannot determine archive format of /tmp/pip-B6tUyR-build
https://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.4.4/を参照すると、アーカイブではなく、サーバー上にいくつかの解凍されたファイルが表示されます。
それらをすべてダウンロードして、tar.gz などにアーカイブし、pip でインストールできる方法はありますか?
または、アーカイブされていないパッケージで動作するようにする pip のフラグはありますか?