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
pip problem
alias didn't work just use pip3
pip3 install ollama
note the terminal says upgrade pip
python3 -m pip install --upgrade pip
Use
pip3 show ollama
note the terminal says upgrade pip
python3 -m pip install --upgrade pip'