Create another version of Python conda environment with one command line

The latest Anaconda 4.3.0 includes Python 3.6 or Python 2.7, but if you need a different version of the environment, you'll need to create a conda environment after installing Anaconda.

Installation command

You can use the conda command below to create a conda environment with the specified version of Python and install various packages at the same time.

conda create -n Python35 anaconda python=3.5

--Python35: conda environment name (arbitrary name) --anaconda: Metapackage with lots of packages --python = 3.5: Specify the Python version after =

Packages to be installed

You can check the list of installed packages in advance by running conda info anaconda from the command line.

Recommended Posts

Create another version of Python conda environment with one command line
Create a virtual environment with conda in Python
Recommendation of building a portable Python environment with conda
I want to specify another version of Python with pyvenv
Create a virtual environment with Python!
About the virtual environment of python version 3.7
[Python] Create a virtual environment with Anaconda
Create Python + uWSGI + Nginx environment with Docker
Create a virtual environment with Python_Mac version
Decompose command arguments in one line in Python
Introduction of SoftLayer Command Line Interface environment
Prepare the execution environment of Python3 with Docker
Create a LINE BOT with Minette for Python
Create an environment of 64bit Windows + python 2.7 + MeCab 0.996
Python hand play (one line notation of if)
Manage Python multiple version environment with Pythonz, virtualenv
Use multiple versions of python environment with pyenv
Create a python3 build environment with Sublime Text3
Create Nginx + uWSGI + Python (Django) environment with docker
Poetry-virtualenv environment construction with python of centos-sclo-rh ~ Notes
Unification of Python environment
Open Chrome version of LINE from the command line [Linux]
Create Python version Lambda function (+ Lambda Layer) with Serverless Framework
Combine multiple csv files into one csv file with python (assuming only one line of header)
Create a python development environment with vagrant + ansible + fabric
Python environment with docker-compose
Create a Python environment
conda memorandum: Building a Python environment with supercomputer ITO
Runtime version of Google App Engine / Python Standard Environment
Virtual environment with Python 3.6
Version control of Node, Ruby and Python with anyenv
Check version with python
[LINE Messaging API] Create parrot return BOT with Python
Unify the environment of the Python development team starting with Poetry
Allow brew install of command line tools made in Python
Use Python 3 introduced with command line tools on macOS Catalina
[Note] List of basic commands for building python / conda environment
I want to start a jupyter environment with one command
Prepare Python development environment with Mac + Windows + VisualStudio Code (Windows version)
Prepare Python development environment with Mac + Windows + VisualStudio Code (Mac version)
Decrypt one line of code in Python lambda, map, list
[RaspberryPi] [python] Inform LINE of room temperature with temperature sensor + IFTTT
Create a simple Python development environment with VSCode & Docker Desktop
Create a pixel art of Levi Captain with Python programming!
[Django] Memo to create an environment of Django + MySQL + Vue.js [Python]
Overview of Python virtual environment and how to create it
Create an environment with virtualenv
Fizzbuzz in Python (in one line)
Install Python environment with Anaconda
Manage python environment with virtualenv
Create 3d gif with python3
Specify version with conda install
Build python3 environment with ubuntu 16.04
Version upgrade of python Anaconda
Prepare python3 environment with Docker
Build python environment with direnv
Check OpenSSL version of python 2.6
Specify python version with virtualenv
Create a directory with python
Environment construction of python2 & 3 (OSX)
Create a Python execution environment for Windows with VScode + Remote WSL