To create python 3.11 conda environment use the following command

conda create -n py311 python=3.11
py311 - environment name

Update 3

To create python 3.10 conda environment use the following command

conda create -n py310 python=3.10
py310 - environment name

Update 2

You can now directly create python 3.9 environment using the following command

conda create -n py39 python=3.9
py39 - environment name

Update 1

Python 3.9 is now available in conda-forge.

To download the tar file - https://anaconda.org/conda-forge/python/3.9.0/download/linux-64/python-3.9.0-h852b56e_0_cpython.tar.bz2

Anaconda Page - https://anaconda.org/conda-forge/python


As pointed out in the comments, python 3.9 is not yet there on any channels. So, it cannot be install yet via conda.

Instead, you can download the python 3.9 executable and install it.

Once the installation is done, a new executable will be created for python 3.9 and pip 3.9 will be created.

Python:

python3.7          
python3.7-config   
python3.7m         
python3.7m-config  
python3.9          
python3.9-config

pip

pip      
pip3     
pip3.7   
pip3.8   
pip3.9   
pipreqs

In order to install ipython for python 3.9,

pip3.9 install ipython
Answer from bigbounty on Stack Overflow
🌐
Anaconda.org
anaconda.org › conda-forge › python › files
python - conda-forge | Anaconda.org
Install python with Anaconda.org. General purpose programming language
Discussions

Install python via conda
Dear all, I have seen in the forum, that the InVEST python code is not workig with Python 3.12.4. Therefore I tried to establish a new environment as mentiond and Installing the python code via conda. → However, I got a syntax error Python 3.12.4 (tags/v3.12.4:8e8a4ba, Jun 6 2024, 19:30:16) ... More on community.naturalcapitalalliance.org
🌐 community.naturalcapitalalliance.org
17
0
July 10, 2024
How to install python with conda? - Stack Overflow
As far as I can tell, it's more ... Python 3, right? 2020-09-07T22:19:12.78Z+00:00 ... Most folks use python3.x -m pip to run the PIP that belongs to a specific release of Python. This is particularly important when using virtual environments like those created by conda... More on stackoverflow.com
🌐 stackoverflow.com
Python 3.12 Support - Software Releases - Anaconda Forum
Python 3.12 support is now available with over 1000 packages published in Anaconda’s main repository.* Python 3.12 provides significant improvements in usability, performance, and security. For more information, please review the Python 3.12 release highlights. More on forum.anaconda.com
🌐 forum.anaconda.com
1
March 20, 2024
Moving base environment to 3.12?
Comment: I was wondering if there are plans to move the base environment miniforge ships with the 3.12 any time soon. miniconda is already defaulting to 3.12 if you just grab the latest version wit... More on github.com
🌐 github.com
7
June 4, 2024
🌐
GitHub
github.com › conda › conda › issues › 13912
Installing any variant of python 3.12 fails to build anything. "CondaVerificationError" · Issue #13912 · conda/conda
May 11, 2024 - conda clean --all conda install --force-reinstall python=3.12.x conda install --strict-channel-priority python=3.12.x conda config --write-default conda update --all
Published   May 11, 2024
Author   ElleLeonne
🌐
Anaconda.org
anaconda.org › conda-forge › python
python - conda-forge
February 4, 2026 - Organization created on Apr 11, 2015 · A community-led collection of recipes, build infrastructure, and distributions for the conda package manager
🌐
Naturalcapitalalliance
community.naturalcapitalalliance.org › software support
Install python via conda - Software Support - Natural Capital Alliance Online Community
July 10, 2024 - → However, I got a syntax error ... or “license()” for more information. conda create -n env-invest “python=3.11” conda activate env-invest conda install natcap.......
Top answer
1 of 4
125

To create python 3.11 conda environment use the following command

conda create -n py311 python=3.11
py311 - environment name

Update 3

To create python 3.10 conda environment use the following command

conda create -n py310 python=3.10
py310 - environment name

Update 2

You can now directly create python 3.9 environment using the following command

conda create -n py39 python=3.9
py39 - environment name

Update 1

Python 3.9 is now available in conda-forge.

To download the tar file - https://anaconda.org/conda-forge/python/3.9.0/download/linux-64/python-3.9.0-h852b56e_0_cpython.tar.bz2

Anaconda Page - https://anaconda.org/conda-forge/python


As pointed out in the comments, python 3.9 is not yet there on any channels. So, it cannot be install yet via conda.

Instead, you can download the python 3.9 executable and install it.

Once the installation is done, a new executable will be created for python 3.9 and pip 3.9 will be created.

Python:

python3.7          
python3.7-config   
python3.7m         
python3.7m-config  
python3.9          
python3.9-config

pip

pip      
pip3     
pip3.7   
pip3.8   
pip3.9   
pipreqs

In order to install ipython for python 3.9,

pip3.9 install ipython
2 of 4
23

On 6-Oct-2020, Python 3.9 was made available on conda-forge: https://anaconda.org/conda-forge/python. However, most of the other packages (including some of the essentials to create a basic environment) didn't explicitly support Python 3.9 yet.

However (as of 15-Oct-2020), the basic dependencies appear to have been fixed and the following command now works:

conda create -c conda-forge python=3.9 -n py39-demo
Find elsewhere
🌐
Practicaldatascience
practicaldatascience.org › notebooks › PDS_not_yet_in_coursera › 00_setup_env › setup_python.html
Installing Python and conda — Practical Data Science with Python
So the first thing we need to do to get started with Python is go to the Miniforge download page and download the most recent installer for our system (that’s Conda 24.5.0 and Python 3.12.4 as of August 2024). Clicking the appropriate link on this page should cause a file to be downloaded ...
🌐
Reddit
reddit.com › r/learnpython › pycharm + anaconda: python 3.12 missing as an custom env option
r/learnpython on Reddit: PyCharm + Anaconda: Python 3.12 Missing as an custom env option
October 4, 2024 - Subreddit for posting questions and asking for general advice about all topics related to learning python. ... I've just started playing around with Anaconda on the advice of my university and I've run into an issue using PyCharm to set up a 3.12 venv and was wondering if I'm missing something? If I go to create a new project in PyCharm and choose "Custom environment" as my interpreter type, select "Generate New" for environment, and choose "Conda" as the type, then the available python versions only go up to 3.11.
🌐
Anaconda
anaconda.com › docs › getting-started › miniconda › install
Installing Miniconda - Anaconda
If your company security policies ... management system (such as Kandji, Jamf, etc.). Miniconda is a minimal installer for conda that includes only conda, Python, and a small number of essential packages....
🌐
Anaconda Forum
forum.anaconda.com › announcements › software releases
Python 3.12 Support - Software Releases - Anaconda Forum
March 20, 2024 - Python 3.12 support is now available with over 1000 packages published in Anaconda’s main repository.* Python 3.12 provides significant improvements in usability, performance, and security. For more information, please r…
🌐
Anaconda.org
anaconda.org › anaconda › python › files
3.12.3
anaconda/python · Anaconda Verified · General purpose programming language · Overview · Files 1321 · Labels 1 · Badges · 1 2 3 4 5 ... 25 · items per page ·
🌐
JetBrains
youtrack.jetbrains.com › issue › PY-64372 › No-Python-3.12-for-new-conda-environments
No Python 3.12 for new conda environments : PY-64372
{{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
🌐
Pandas
pandas.pydata.org › docs › getting_started › install.html
Installation — pandas 3.0.2 documentation
Available on conda-forge for installation with the conda package manager. Available on PyPI for installation with pip. Available on Github for installation from source. ... pandas may be installable from other sources besides the ones listed above, but they are not managed by the pandas development team. See Python support policy.
🌐
Nig
sc.ddbj.nig.ac.jp › software › python
Python | NIG supercomputer
June 4, 2025 - $ conda search -f python Loading channels: done # Name Version Build Channel python 3.9.18 h955ad1f_0 pkgs/main python 3.10.13 h955ad1f_0 pkgs/main python 3.11.7 h955ad1f_0 pkgs/main python 3.12.1 h996f2a0_0 pkgs/main $ conda create --name py312 python=3.12.1 $ conda activate py312 $ python --version Python 3.12.0
🌐
Qiita
qiita.com › python
AnacondaとPythonのバージョン対応表 #Python - Qiita
August 25, 2025 - ただ、いつも困るのが、Anacondaインストーラ名からPythonバージョンが判断できないこと。 Anacondaのインストーラを選択するときに迷うので、自分用のメモとして、最近リリースされたAnacondaのPythonバージョン対応表を作成した。
🌐
GitHub
github.com › conda-forge › miniforge › issues › 597
Moving base environment to 3.12? · Issue #597 · conda-forge/miniforge
June 4, 2024 - Comment: I was wondering if there are plans to move the base environment miniforge ships with the 3.12 any time soon. miniconda is already defaulting to 3.12 if you just grab the latest version without specifying a python version. minifo...
Author   fbraun4358