【问题标题】:Messed up Python install, how do I get it back?Messed up Python install, how do I get it back?
【发布时间】:2022-12-02 02:24:32
【问题描述】:

I downgraded to Python 3.7.15 using the tarball on their website. I downgraded because I needed to use an application that was only compatible with Python 3.7.*, well, now I can't uninstall it and it's for some reason set as the default installation. There is no rule for make uninstall so I need help figuring out what to do. I've tried manually deleting files to no avail, I have no idea where the rest of the program files are located, I could only find them in /usr/bin and /bin. I should add that the installation I had before still exists on my system, I just cant figure out how to use it or get rid of the downgraded installation.

OS: Arch Linux Architecture: x86_64

I tried make uninstall I tried manually deleting files I tried just using the install for Python 3.10.8 I was expecting to be able to use Python 3.10.8 as well as python 3.7.15.

【问题讨论】:

    标签: python executable archlinux binaries


    【解决方案1】:

    Try to using anaconda
    there you can specify version of python while creating virtual environment
    No need to uninstall base python

    conda create -n envname python=x.x anaconda
    

    【讨论】:

      猜你喜欢
      • 2022-12-02
      • 2023-01-06
      • 2022-12-02
      • 2022-09-27
      • 2022-12-01
      • 2022-12-01
      • 2022-12-02
      • 2022-12-26
      • 2022-12-27
      相关资源
      最近更新 更多