I am a beginner in Python and I own a book on Python, but I’m stuck on a part where you have to upload a package to PyPI. The book shows how to do it with Mac and Linux, but not Windows.
I’ve tried to follow the book, but it simply doesn’t work with Windows CMD. I was wondering if somebody could help me on this topic. Any help would be appreciated!
— Thanks=) !!!
Have you installed Python using the windows installer? It sounds like the Python scripts aren’t registered with the python runtime.
You can also do
(replacing Python27 with the version you have installed).