python creating a virtual environment

This is quite a common thing to do when working with python. To setup your python virtual environment, you can start doing this. 


python3 -m venv myllm

To activate it 

source myllm/bin/activate

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20