简体   繁体   English

如何停用 pyenv?

[英]How to deactivate pyenv?

So I setup a pyenv environment with python 3.7.所以我用 python 3.7 设置了一个 pyenv 环境。 Now I want to use a miniforge environment.现在我想使用 miniforge 环境。 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.但是,即使我激活了 miniforge 环境,pyenv shell 似乎也会覆盖它,因为它使用 3.7 python 可执行文件运行代码。 I have tried pyenv deactivate but it doesn't work (it says it doesn't exist).我试过pyenv deactivate但它不起作用(它说它不存在)。 How would I fix this?我将如何解决这个问题?

have your tried simple ** deactivate **你试过简单的**停用**

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM