Anaconda virtual environment configuration Python library and Spyder compiler

This article introduces the installation of third-party libraries for the virtual environment of Python in Anaconda and supporting Spyder and other Software‘s approach. In the article How to create an Anaconda virtual Python environment, we introduced the method of creating, using and deleting the Python virtual environment in the Anaconda environment; and after creating the […]

[Building gym environment under anaconda in windows system] Detailed explanation to novices step by step

Today I will use an article to explain how novices can install and build a gym environment under anaconda under the Windows system from scratch. It is very friendly to novices. You are also welcome to discuss and solve problems together in the comment area. Without further ado, let’s get started! Step one: download anaconda […]

Anaconda installation and uninstallation Python virtual environment configuration

Tip: After the article is written, the table of contents can be automatically generated. For how to generate it, please refer to the help document on the right. Article directory Preface 1. Anaconda download 2. Anaconda installation steps 3. Building a python virtual environment under Anaconda management (command line) Open Anaconda Prompt Commands related to […]

21. Ubuntu22.04 configuration Anaconda + Pycharm + Pytorch

Twenty-one, Ubuntu22.04 configuration Anaconda + Pycharm + Pytorch 1. Introduction to the relationship between Python, Anaconda, and Pycharm 1.1 Python 1.2 Anaconda 1.3 Pycharm 1.4 Common development combination Anaconda + Pycharm 2. How to install and use Anaconda3 2.1 Install Anaconda3 2.2 Commonly used Conda commands 3. How to install and use Pycharm 3.1 Install […]

Operational insights on configuring anaconda environment in vscode

1. Different disks can share the python environment in one disk Yes, different disks can share an on-disk Python environment. To achieve this, you can create a Virtual Environment and associate that environment with multiple projects. Here are the basic steps: Install virtual environment tools: Execute the following command on the command line to install […]

Install anaconda3 on mac(M1)

Download first Then just install it normally. The reason why I tested anaconda now is because I found that after miniconda, there was a problem with the installation of jupyter notebook, so I uninstalled miniconda directly and installed anaconda directly. (base) yxk@bogon ~ % pip list Package Version ———————————- ———- aiobotocore 2.5.0 aiofiles 22.1.0 aiohttp […]

Establish pytorch&tensorflow virtual environment in Anaconda

Article directory 0. Set the mirror source in advance (can be skipped) 1. Establish a pytorch virtual environment 1.1 Create a new pytorch environment 1.2 Activate pytorch environment 1.3 Correspondence between pytorch, torchvision and python versions 1.4 Install pytorch 1.5 Check whether pytorch is installed successfully 2. Establish tensorflow virtual environment 2.1 Create a new […]