conda 常用命令

以下所有命令都以在Windows上的为例。 进入conda环境 1 activate 退出 1 deactivate 创建环境 1 conda create -n 如果使用python,需要用 1 conda create -n python 进入指定环境 1 conda activate 列出当前环境的包 1 conda list 安装指定的包 1 conda install 可以指定版本。 1 conda install = 查看

笔记

Essential conda Commands You Need to Know

All commands below are demonstrated on Windows. Entering a conda environment 1 activate Exiting 1 deactivate Creating an environment 1 conda create -n If you’re using python, you’ll need to run 1 conda create -n python Entering a specific environment 1 conda activate

笔记

Common Linux Ports

Source Some of the mentioned ports include: * 1080: SOCK Proxy * 2049: Network File System (NFS) * 2181: Apache ZooKeeper * 2375: Docker REST API (HTTP) * 2376: Docker REST API (HTTPS) * 3000: Development Framework Port (used by Ruby on Rails, Node frameworks, etc.) * 3306: MySQL * 3478: ST

笔记

Linux 常用端口

Source Some of the mentioned ports include: * 1080: SOCK Proxy * 2049: Network File System (NFS) * 2181: Apache ZooKeeper * 2375: Docker REST API (HTTP) * 2376: Docker REST API (HTTPS) * 3000: Development Framework Port (used by Ruby on Rails, Node frameworks, etc.) * 3306: MySQL * 3478: ST

笔记