Python 基础
在Windows/Linux上安装Python
Python包管理
Python 虚拟环境管理
Python编程环境
Last updated
Last updated
# Linux安装Anaconda
wget https://repo.anaconda.com/archive/Anaconda3-2023.03-Linux-x86_64.sh
bash Anaconda3-2023.03-Linux-x86_64.shpip install numpy