-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
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
Labels
No labels