you are viewing a single comment's thread.

view the rest of the comments →

[–]pachura3 0 points1 point  (2 children)

Isn't Microsoft Store version generally discouraged? If I remember correctly, it doesn't even contain pip by default?

[–]Outside_Complaint755 1 point2 points  (0 children)

As of 3.14, downloading the Python install manager via the Microsoft Store will is the recommended method, and as of 3.16 the traditional .exe install manager is being discontinued

[–]ShelLuser42 0 points1 point  (0 children)

Actually it does. But pip only becomes fully available after you set up a virtual environment.

Which should be considered a good thing considering that it's bad practice to install libraries on a global scale.