-1

So I setup a pyenv environment with python 3.7. Now I want to use a miniforge environment. However even if I activate the miniforge environment it seems the pyenv shell overwrites it because it runs the code with the 3.7 python executable. I have tried pyenv deactivate but it doesn't work (it says it doesn't exist). How would I fix this?

DevDog
  • 111
  • 2
  • 9

1 Answers1

0

have your tried simple ** deactivate **

Ayaz Khan
  • 104
  • 1
  • 9