My package-manager has been broken now over one month and I have been unable to fix it, more here. I am now looking for a way to circumvent this problem without the package-manager/installer. How can I use python without pkg -manager in Debian?
Example error: "python -m http.server 8000 /usr/bin/python: No module named http"
That doesn't seem to have anything to do with a missing package manager.
The http.server module comes with python 3 by default.
If you're using python 2, use SimpleHTTPServer instead.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With