azure function code type python when try to run local the vs code is showing pip not found but it is installed

venkateswaran P 116 Reputation points
2021-08-18T11:28:05.32+00:00

124277-status1.png

what can I do to fix this?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
0 comments No comments
{count} votes

Answer accepted by question author
  1. venkateswaran P 116 Reputation points
    2021-08-18T15:24:36.6+00:00

    got it to work

    deleted the

    pip files under the script files.

    then I have installed a new one

    curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
    
    python get-pip.py
    

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.