as you can see here I made and env called Test3P310 then activated it
(base) D:\anaconda3>conda activate Test3P310
after confirming the env Python version level…
(Test3P310) D:\anaconda3>python --version
Python 3.10.9
Then i ran the command as shown below…
(Test3P310) D:\anaconda3>conda list python
Name Version Build Channel
python 3.10.11 h4de0772_0_cpython conda-forge
I am new to this so even though the version level was really insignificant I wanted to try and sync up the to version and ran this command
(Test3P310) D:\anaconda3>conda update python
well that updated the python 3.10.11 shown above to python 3.11.4. Is that how it is suppose to work? and what effect if any will it have on my libraries and packages I have installed or plan to install? BTW I am running Windows 11 Pro, Anaconda3. Any thoughts, help, ideas or just some clarifications ?