


1. Virtual environment
It is a virtualization concept, an environment developed independently from the computer. In layman's terms, a virtual environment uses a virtual machine to isolate part of the content. We call this independent part a "container". In this container, we can only install the dependency packages we need. They are isolated from each other and do not affect each other
2. The role of virtual environment
In some project development, we need the framework of some projects, but the framework used by each project may be different. Or the version of the framework used is different, which requires us to constantly update or uninstall the corresponding library according to needs. This will obviously be very troublesome and greatly reduce the efficiency of work. The virtual environment solves this problem very well. We can install different frameworks in different environments respectively. When necessary, we only need to switch environments.
3. What is conda
conda is an open source software package management system and environment management system, used to install multiple versions of software packages and their dependencies, and Easily switch between them, conda is just a tool, it has two distributions, namely Anaconda and Miniconda
Anaconda is a heavyweight one, with conda pre-installed in it , a certain version of python, many package calculation tools, etc., which take up a lot of space.
Miniconda is lightweight and contains basic conda and python. Some libraries need to be installed by yourself. It is relatively light and flexible and takes up little space
The following will be based on some environment-related instructions in Anaconda under Windows
4. Environment-related instructions
1. Check the package
After downloading Anaconda, Find the Anaconda file in the start menu, open it as follows and enter
Enter
conda list
to view the currently included packages
2. Check the conda version
conda --version
3. Check the environment
conda info -e
This is shown There are two environments, the first base is the default one, and the second one is an environment I created myself
4. Create a new environment
conda create -n tensorflow python=3.8
tensorflow is what you want to name this environment Name, followed by python is the version number
After entering the above command, press Enter. After waiting for a while, the following will appear, asking you whether to add these packages
Enter
y
After waiting for a period of time, the following appears, indicating that the installation is successful
Check the environment at this time, you can see
A new environment has been created so far
5. Environment switching
It is currently the base environment. For example, I want to enter the tensorflow environment I created. Enter the following command to enter the environment
conda activate tensorflow
6.Exit the environment
conda deactivate
7.Delete the environment
n is followed by the name of the environment you want to delete
conda remove -n tensorflow --all
yAfter confirmation
Okay It can be seen that this environment has been deleted
The above is the detailed content of What are the command operations related to conda and the environment in python?. For more information, please follow other related articles on the PHP Chinese website!

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于Seaborn的相关问题,包括了数据可视化处理的散点图、折线图、条形图等等内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于进程池与进程锁的相关问题,包括进程池的创建模块,进程池函数等等内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于简历筛选的相关问题,包括了定义 ReadDoc 类用以读取 word 文件以及定义 search_word 函数用以筛选的相关内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于数据类型之字符串、数字的相关问题,下面一起来看一下,希望对大家有帮助。

VS Code的确是一款非常热门、有强大用户基础的一款开发工具。本文给大家介绍一下10款高效、好用的插件,能够让原本单薄的VS Code如虎添翼,开发效率顿时提升到一个新的阶段。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于numpy模块的相关问题,Numpy是Numerical Python extensions的缩写,字面意思是Python数值计算扩展,下面一起来看一下,希望对大家有帮助。

pythn的中文意思是巨蟒、蟒蛇。1989年圣诞节期间,Guido van Rossum在家闲的没事干,为了跟朋友庆祝圣诞节,决定发明一种全新的脚本语言。他很喜欢一个肥皂剧叫Monty Python,所以便把这门语言叫做python。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SublimeText3 Chinese version
Chinese version, very easy to use
