1
0
mirror of https://github.com/jordansissel/fpm synced 2025-01-08 04:54:17 +01:00
fpm/spec/fixtures/python
Jordan Sissel 9e3f75b628 By default, use pip for fetching and installing python packages.
This adds a new flag, --python-internal-pip, which is enabled by default.

"internal pip" means using 'python -m pip' to invoke pip. Ideally this will make fpm more correctly use pip.

Tested on python 2.7.17 and 3.6.9 on Ubuntu 18.04

All python tests passing ๐Ÿ‘๐Ÿ‘

Fixes #1820
2021-11-09 21:29:41 -08:00
..
easy_install_default.py add FPM::Util.execmd and fix python_spec.rb 2016-04-19 05:59:13 +02:00
requirements.txt Add tests for python PEP0508 tags 2018-04-14 19:55:08 -07:00
setup.py By default, use pip for fetching and installing python packages. 2021-11-09 21:29:41 -08:00