Activity for Phil Elson

  • Phil Elson Phil Elson created ticket #3

    pip executable not found

  • Phil Elson Phil Elson modified a comment on ticket #2

    Thanks for the update! I had two issues: To run update_enurepip neither the entry-point update_enurepip, nor the main from python -m update_ensurepip get access to the --pip argument you put on the if __name__ == __main__ block of upgrade_ensurepip/upgrade_ensurepip.py. I recomment a built-in tool like argparse for this, and exposing the arguments to both the main and the entrypoint. In addition I had the following issue after having upgraded and running python -m ensurepip: FileNotFoundError: [Errno...

  • Phil Elson Phil Elson posted a comment on ticket #2

    Thanks for the update! I had two issues: To run update_enurepip neither the entry-point update_enurepip, nor the main from python -m update_ensurepip get access to the --pip argument you put on the if name == main block of upgrade_ensurepip/upgrade_ensurepip.py. I recomment a built-in tool like argparse for this, and exposing the arguments to both the main and the entrypoint. In addition I had the following issue after having upgraded and running python -m ensurepip: FileNotFoundError: [Errno 2]...

  • Phil Elson Phil Elson posted a comment on ticket #2

    Incidentally, it would also be great to make use of the simple index definition, rather than the json based pypi index definition. The former is refered to as the "legacy" interface: https://warehouse.readthedocs.io/api-reference/legacy/, but appears to be better covered by PEPs than the new JSON one. There is a client that you could benefit from at: https://pypi.org/project/pypi-simple/

  • Phil Elson Phil Elson created ticket #2

    Using custom index url

1