# To Update Jupyter Notebook Python Interpreter (version in Interactive window)
Click on "Python 3.X.XX" at the top right of the window
# To Change Python version used in Terminal
CTRL+Shift+p > opens search > type 'python' > find right version > click
Restart your Terminal window
# To Change the Interpreter used when your virtual environment is active
venv>pyvenv.cfg # or substitute venv with your env name if different
Change the variables stored there to match the correct version
(You may need to find the location of your python version or add it to PATH)