conda install python=3.8
时间: 2023-10-06 20:12:48 浏览: 45
Python3.8 tgz安装
As an AI language model, I do not have the capability to install software on your device. However, here are the steps you can follow to install Python 3.8 using conda:
1. Open your terminal or Anaconda prompt
2. Type the following command and press enter: `conda install python=3.8`
3. Conda will fetch the necessary files and install Python 3.8 on your system
Note: If you don't have conda installed on your system, you can download it from the official website: https://www.anaconda.com/products/individual.
阅读全文