Anaconda3 python environment construction procedure

About this article

This section describes the procedure for installing Anaconda on Windows 10 and creating a virtual environment. Virtual environments are a convenient way to develop your project's unique settings and libraries so that they don't affect other projects.

Writer's environment OS:Windows10 CPU:AMD Ryzen 5 PRO 350Uw / Radeon Vega Mobile Gfx 2.10Ghz Memory: 8.00GB

Installation

download

Download from the following site and install according to the installer. (All recommended settings) https://www.anaconda.com/products/individual

Creating a virtual environment

Prompt launch

Created in the start menu when installed Anaconda3 startup menu is created. Launch Anaconda Prompt image.png

Creating a virtual environment

# Checking the virtual environment
conda info -e

# Creating a virtual environment
# conda create -n [any environment name]
conda create -n hogehoge

# Checking the virtual environment
conda info -e

# Start virtual environment
# activate [created environment name]
activate hogehoge

This completes the virtual environment creation.

Recommended Posts

Anaconda3 python environment construction procedure
Python (anaconda) development environment construction procedure (SpringToolsSuites) _2020.4
Python + Anaconda + Pycharm environment construction
Environment construction (python)
python environment construction
Python --Environment construction
Python environment construction
python environment construction
Anaconda python environment construction on Windows 10
Python environment construction (pyenv, anaconda, tensorflow)
Python3.6 environment construction (using Win environment Anaconda)
Python project environment construction procedure (for windows)
python windows environment construction
homebrew python environment construction
Python development environment construction
Environment construction procedure: Ubuntu + Apache2 + Python + Pyramid
python2.7 development environment construction
Anaconda3 environment installation procedure
Python development server construction procedure (AWS + Anaconda)
Anaconda environment construction memo
Mac environment construction Python
Python environment construction @ Win7
VS Code + Azure Functions + Python environment construction procedure
Python environment construction (Anaconda + VSCode) @ Windows10 [January 2020 version]
From Python environment construction to virtual environment construction with anaconda
Install Python environment with Anaconda
Anaconda environment construction on CentOS7
Python environment construction (Windows10 + Emacs)
Python environment construction For Mac
Anaconda3 × Pycharm environment construction memo
Python3 environment construction (for beginners)
Python environment construction and TensorFlow
Python environment construction under Windows7 environment
[MEMO] [Development environment construction] Python
Environment construction of python2 & 3 (OSX)
Google App Engine / Python development environment construction procedure (late 2014)
[Python] Django environment construction (pyenv + pyenv-virtualenv + Anaconda) for macOS
Procedure to exe python file from Ubunts environment construction
Environment construction of python and opencv
Python environment construction memo on Windows 10
Python + Unity Reinforcement learning environment construction
Anaconda environment construction on Mac (2018 version)
[Django] Memorandum of environment construction procedure
Install scrapy in python anaconda environment
I checked Mac Python environment construction
Python environment construction memo on Mac
[Python3] Development environment construction << Windows edition >>
install tensorflow in anaconda + python3.5 environment
Python development environment construction on macOS
Python environment construction (pyenv + poetry + pipx)
Environment construction of python3.8 on mac
Python3 environment construction with pyenv-virtualenv (CentOS 7.3)
Python3 TensorFlow for Mac environment construction
Emacs Python development environment construction memo
pytorch @ python3.8 environment construction with pipenv
[docker] python3.5 + numpy + matplotlib environment construction
OpenCV3 & Python3 environment construction on Ubuntu
Python environment construction on Mac (pyenv, virtualenv, anaconda, ipython notebook)
[Python] Anaconda environment construction (installation, startup, virtual environment, package management) Mac environment
Python environment construction procedure memo using Docker on Windows10 Home
Django environment construction