Issue
I'm trying to migrate away from Anaconda. I uninstalled Anaconda, then installed Spyder using the Windows standalone installer (executable). Now I need to add some packages.
Problem: pip
is not on my Windows path. I also searched Spyder's installation directory for pip.exe
, and couldn't find it. Please help! I see a lot of discussion of installing Spyder using pip
, not installing pip
using Spyder.
Solution
Use the following command to check whether pip is installed:
py -m pip --version
https://pip.pypa.io/en/stable/installing/
Answered By - nazlikrmn
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.