Skip to content

command line bin/tftpy_server.py no longer installed #147

@nl-cp

Description

@nl-cp

Older versions installed a file in local_venv/bin/tftpy_server.py that is installed with 0.8.3 but is no longer being installed after 0.8.4.

(local_venv) user@host:/tmp/foo/tftp$ pip install tftpy==0.8.4
Looking in indexes: ...
Collecting tftpy==0.8.4
  Using cached ...
Installing collected packages: tftpy
  Attempting uninstall: tftpy
    Found existing installation: tftpy 0.8.3
    Uninstalling tftpy-0.8.3:
      Successfully uninstalled tftpy-0.8.3
Successfully installed tftpy-0.8.4
(local_venv) user@host:/tmp/foo/tftp$ find . -name tftpy_server.py
(local_venv) user@host:/tmp/foo/tftp$ pip install tftpy==0.8.5
Looking in indexes: ...
Collecting tftpy==0.8.5
  Using cached ...
Installing collected packages: tftpy
  Attempting uninstall: tftpy
    Found existing installation: tftpy 0.8.4
    Uninstalling tftpy-0.8.4:
      Successfully uninstalled tftpy-0.8.4
Successfully installed tftpy-0.8.5
(local_venv) user@host:/tmp/foo/tftp$ find . -name tftpy_server.py
(local_venv) user@host:/tmp/foo/tftp$ pip install tftpy==0.8.3
Looking in indexes: ...
Collecting tftpy==0.8.3
  Using cached ... 
Installing collected packages: tftpy
  Attempting uninstall: tftpy
    Found existing installation: tftpy 0.8.5
    Uninstalling tftpy-0.8.5:
      Successfully uninstalled tftpy-0.8.5
Successfully installed tftpy-0.8.3
(local_venv) user@host:/tmp/foo/tftp$ find . -name tftpy_server.py
./local_venv/bin/tftpy_server.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions