Python learnings #1 - venv

So it seems that most AI things require Python. So what I will do in this blog as well is document peculiar things I discover about Python.

For starters, it seems that if you use pip, the package manager, to install libraries and packages into python, you can get into a situation where two different AI apps need different versions of certain libraries. To do this, you use python's virtual environment, or python-venv.

This post explains it quite nicely. https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/ 

Popular posts from this blog

Testing ChatGPT on coding - a script to make CSV to ICS

Some rough notes on FreedomGPT and PrivateGPT

What is a "token" , what is "temperature", and what is "n-shot"?