Pipenv - Use system python lib for one package
Samuel Mutel <[email protected]> Fri, 27 Mar 2020 18:30:40 +0100
| Newsgroups | gmane.comp.python.distutils.devel |
|---|---|
| Message-ID | <CAA3rH8Zy6RzAp90Dj7f-2uGOxjmPAttEFf=MyA-W7vY-zpY5Ow@mail.gmail.com> |
Hello, I have a pipfile like this. I would like to install python-apt library but not from pypi but from the system. Is-it possible? This python library is no longer supported on pypi but is supported in the package distribution. [[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl = true [dev-packages] [packages] ansible = "==2.8.4" ansible-lint = "*" molecule = "*" docker-py = "*" [requires] python_version = "3" -- Distutils-SIG mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/distutils-sig.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/Y5ANHS5NPQE52RZ565EMC7ZNQDUWI5JE/