python:python_easy_install
paket nur downloaden und auspacken
Motivation: ich möchte noch Änderungen am Source-Code vormehmen und erst danach das Paket installieren
easy_install -eb ~/projects python-ldap
Extracted editable version of python-ldap to /root/projects/python-ldap
Schalter e: editable Schalter b: builddir, also projektverzeichnis
paket installieren nach edit
easy_install <projectdir>
als zB
easy_install ~/projects/python-ldap/
python/python_easy_install.txt · Zuletzt geändert: 2024/08/07 13:39 von 127.0.0.1