0

I created a virtual environment by command

conda create --name myenv python=3.9

The package

python  pkgs/main/win-64::python-3.9.7-h6244533_1

was installed.
But when I run either IPython or Python kernel of Jupyter Notebook I can see that the old version of Python is still in use

C:\Users\User\python-virtual-environments>ipython
Python 3.8.5 (default, Sep  3 2020, 21:29:08)``

I run

python-virtual-environments>pip install jupyter

But it also was without success.

How can I make it to use the version 3.9?

Sergey Solod
  • 635
  • 6
  • 12
  • Please read and follow recommendations in [this answer](https://stackoverflow.com/a/43197286/570918). If you still have issues, edit this question to add details and ping me to consider reopening. – merv Oct 14 '21 at 15:47

0 Answers0