Search found 1 match
- Tue Jun 15, 2021 5:45 am
- Forum: IDEs for ESP-IDF
- Topic: command failed: no module named pip WSL2 Ubuntu 20.04
- Replies: 2
- Views: 6381
Re: command failed: no module named pip WSL2 Ubuntu 20.04
On Mac using brew is a better option as apt-get is not available. Command: brew install python In case you have both python2 & python3 installed on machine python2.7 -m ensurepip --default-pip simply should solve the issue. If instead you are missing pip from python 3 then simply change python2.7 to...