相关文章推荐
性感的仙人掌  ·  新闻室 - hoerbiger.com·  9 月前    · 
逆袭的甘蔗  ·  用 DynamoDB ...·  11 月前    · 
爱热闹的奔马  ·  [Solved] ...·  2 年前    · 
# packages in environment at /home/thor/.conda/envs/thor: # Name Version Build Channel parso 0.5.2 py_0 conda-forge

However, when I run python, I still get the previous version

python
Python 3.8.2 | packaged by conda-forge | (default, Apr 24 2020, 08:20:52) 
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import parso
>>> parso.__version__
'0.7.0'

我做错了什么?我如何降级一个软件包,让python找到降级后的版本? 我还试着在一个新的环境中安装,结果也一样。 在基本环境中,conda list parso给出了0.1.1的版本,但再次运行python时给出了0.7.0的版本。 那么我怎样才能让python在特定的环境中运行呢?