1、我下载是miniconda,安装的时候记得勾选"把软件路径设置到path环境变量中"。
2、执行命令
conda create -n llm python=3.12
还要执行如下命令:
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
3、在idea中选择咱们创建好了的python3.12环境

点击右下角的Add New Interpreter。

1、我下载是miniconda,安装的时候记得勾选"把软件路径设置到path环境变量中"。
2、执行命令
conda create -n llm python=3.12
还要执行如下命令:
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
3、在idea中选择咱们创建好了的python3.12环境

点击右下角的Add New Interpreter。
