full-blockchain-solidity-course-py icon indicating copy to clipboard operation
full-blockchain-solidity-course-py copied to clipboard

Lesson 4 pip installation

Open Sheep-Code opened this issue 2 years ago • 3 comments

I've installed python 3.10 but there is a problem with pip. In Visual Studio I get this error when typing pip --version "zsh: command not found: pip" Could be something small I am very new to all this although I have been looking for awhile now and cant find the solution any help?

Sheep-Code avatar Mar 22 '22 23:03 Sheep-Code

Can you run python --version in vscode shell? pip is now implicitly installed with Python installation if we download the recent versions

br0wnD3v avatar Mar 23 '22 16:03 br0wnD3v

Yes I can run python --version and get "Python 3.10.3" which is why I am confused because like you said pip should be downloaded with python now. Also when I downloaded python version 3.10.3 it was initially stuck in 2 something I dont remember exactly the version. But I thought maybe that was why pip wasn't showing up so I switched to version 3.10.3 and I was still getting "zsh: command not found: pip".

Sheep-Code avatar Mar 23 '22 22:03 Sheep-Code

I had the same issue. After some googling realized that I need to use "python3" where the tutorial says "python" and "pip3" where the tutorial uses "pip" hope that helps

sillytechie avatar Mar 30 '22 20:03 sillytechie