[PYTHON] [Anaconda3] Summary of frequently used commands

Introduction

This is a summary of frequently used Anaconda3 commands.

Switching virtual environment

$ conda activate <name> #activation
$ conda deactivate      #Invalidation

View a list of virtual environments

$ conda info -e
$ conda info --envs

Creating a virtual environment

$ conda create -n <name>
$ conda create -n <name> python=<version>
$ conda create -n <name> python=<version> <library>=<version>

Create a virtual environment named \ <name >. \ <version > can be omitted. If not specified, the latest version will be installed.

Delete virtual environment

$ conda remove -n <name> --all

Recommended Posts

[Anaconda3] Summary of frequently used commands
Summary of frequently used commands of django (beginner)
Summary of frequently used commands in matplotlib
[Python/Django] Summary of frequently used commands (3) <Operation of PostgreSQL>
Summary of frequently used commands (with petit commentary)
List of frequently used Linux commands
[Linux] Review of frequently used basic commands 2
[Linux] Review of frequently used basic commands
pyenv Frequently used commands
Frequently used tmux commands
Frequently used Linux commands
Frequently used Linux commands
Frequently used linux commands
Frequently used pip commands
Summary of frequently used Python arrays (for myself)
[Linux command] A memorandum of frequently used commands
Selenium webdriver Summary of frequently used operation methods
[Python/Django] Summary of frequently used commands (4) -Part 2- <Production operation: Amazon EC2 (Amazon Linux 2)>
Frequently used subpackages of SciPy
Frequently used commands in virtualenv
A collection of commands frequently used in server management
Display a list of frequently used commands on Zsh
8 Frequently Used Commands in Python Django
Linux Frequently Used Commands [Personal Memo]
[Linux] Frequently used Linux commands (file operation)
Frequently used Linux commands (for beginners)
[Linux] Frequently used Linux commands (folder operation)
[Linux] Summary of middleware version confirmation commands
[Linux] List of Linux commands used in practice
Summary of petit techniques for Linux commands
[Machine learning] List of frequently used packages
Installation of Anaconda3
List of frequently used built-in functions and methods
Summary of what was used in 100 Pandas knocks (# 1 ~ # 32)
Summary of tools used in Command Line vol.8
Summary of tools used in Command Line vol.5
Summary of evaluation functions used in machine learning
Frequently used methods of Selenium and Beautiful Soup
Numerical summary of data
Docker. Set frequently used commands to alias "with explanation"
Summary of Linux (UNIX) commands that appeared in Progate
Summary of pyenv usage
Summary of Pandas methods used when extracting data [Python]
Summary of string operations
Comparison table of frequently used processes of Python and Clojure
Summary of Python arguments
Summary of logrotate software logrotate
Summary of test method
[For beginners] Django Frequently used commands and reference collection
Summary of how to write .proto files used in gRPC
Frequently used ps command options
Summary of python file operations
Summary of Python3 list operations
Install Keras (used with Anaconda)
2017.3.6 ~ 3.12 Summary of what we did
Convenient usage summary of Flask
[Python] Frequently used library code
Summary of Linux distribution types
Python frequently used code snippets
A brief summary of Linux
Summary of Proxy connection settings