I am always trying to minimize disk consumption, so when looking to install tensorflow, it really matters how you've bundled virtual envs to service more than project. I've got a good bundle going with a localGPT virtual env. Using miniconda and running Python 3.10, this localGPT venv is wired for localGPT, TensorFlow dependencies, and Melodia generative AI. conda commands you may like to know:
conda env listconda create -n env-name python=3.10conda activate env-name
Step 1: Installing Xcode Command Line Tools
xcode-select --install
