04-01 python script simple

01 -

Download install run vs code, (on windows make sure python is installed)

install ollama library with pip

pip install ollama

make sure you have python and it's working with

pip --version

I only have pip3

I tried make alias in bash or rc didn't work, just use

pip should with python on mac, if not run

python -m ensurepip --upgrade

02 - pip problem

alias didn't work just use pip3

pip3 install ollama

note the terminal says upgrade pip

python3 -m pip install --upgrade pip

03 - confirm pip worked

Use

pip3 show ollama

note the terminal says upgrade pip

python3 -m pip install --upgrade pip'