1
0 Comments

Upon executing this instruction within the Ubuntu terminal on Windows 10:

victor@DUMMYPC:/mnt/c/Users/user/Documents/programming$ pip show numpy

This message is shown to me:

Command 'pip' not found, but can be installed with:

sudo apt install python-pip

Conversely, when I execute the whereis command:

victor@DUMMYPC:/mnt/c/Users/user/Documents/programming$ whereis pip

It appears that the system is able to locate it:

pip: /mnt/c/Users/user/AppData/Local/Continuum/miniconda3/Scripts/pip.exe

I am curious about the steps required to resolve the problem and run pip smoothly from the Ubuntu terminal.

Askify Moderator Edited question April 28, 2023