🌐
Conda
docs.conda.io › projects › conda › en › stable › user-guide › install › index.html
Installing conda — conda 26.5.2 documentation
SHA-256 checksums are available for Miniconda and Anaconda Distribution. We do not recommend using MD5 verification as SHA-256 is more secure. Download the installer file and, before installing, verify it as follows:
🌐
Raspberry Pi Forums
forums.raspberrypi.com › board index › programming › python
cannot install miniconda on pi (SOLVED) - Raspberry Pi Forums
I edit the bash instruction to match my selection of 32-bit miniconda, rather than the 64 that is cited in the instructions. Installing on Linux Download the installer: Miniconda installer for Linux.
🌐
UConn
kb.uconn.edu › space › SH › 26079723879 › Miniconda+Environment+Set+Up
Miniconda Environment Set Up - Storrs HPC - UConn Knowledge Base
September 4, 2025 - Here is an example showing how to create a Conda environment called abinit to allow for a abinit install: ... If you would like a miniconda environment to have a specific version of python, the following command can be entered instead, which will install Python 3.9 within the abinit conda ...
🌐
Research All of Us
support.researchallofus.org › hc › en-us › articles › 31335822037524-How-to-install-Miniconda-Anaconda-in-the-Researcher-Workbench
How to install Miniconda - Anaconda in the Researcher Workbench – User Support
# Create the directory ~/miniconda3 if it does not already exist mkdir -p ~/miniconda3 # Download the latest Miniconda3 installer for Linux x86_64 architecture # and save it as ~/miniconda3/miniconda.sh wget https://repo.anaconda.com/minico...
🌐
TensorFlow
tensorflow.org › install › pip
Install TensorFlow with pip
March 12, 2026 - Download and install the Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 for your platform. Make sure long paths are enabled on Windows. Miniconda is the recommended approach for installing TensorFlow with GPU support.
🌐
Surrey
docs.pages.surrey.ac.uk › research_software › tutorials › tutorials › conda › 1_setup.html
1. Setting up Conda - Research Software Hub
Open terminal and run: bash Miniconda3-latest-Linux-x86_64.sh (or appropriate filename). Follow the prompts to complete installation.
Find elsewhere
🌐
Uts
hpc.research.uts.edu.au › software_general › python › python_miniconda
Using Miniconda Python - eResearch HPC Documentation
This will be installed into your own home directory: $ bash Miniconda3-latest-Linux-x86_64.sh Welcome to Miniconda3 In order to continue the installation process, please review the license agreement. Please, press ENTER to continue ..... Miniconda3 will now be installed into this location: ...
🌐
Medium
medium.com › @aminasaeed223 › a-comprehensive-tutorial-on-miniconda-creating-virtual-environments-and-setting-up-with-vs-code-f98d22fac8e2
A Comprehensive Tutorial on Miniconda: Creating Virtual Environments and Setting Up with VS Code | by Amina Saeed | Medium
October 19, 2023 - Use the conda install or pip install command to install packages, just like you would in a regular Python environment. For example: ... Visual Studio Code (VS Code) is a popular code editor that provides excellent support for Python development.
🌐
howtos
wgilpin.com › howto › howto_conda.html
Installing Miniconda | howtos
in 3 years - Currently, you can install Anaconda or Miniconda simply by downloading and running a bash script from the project website
🌐
Waylon Walker
waylonwalker.com › install-miniconda
How to Install miniconda on linux (from the command line only) | Waylon Walker
August 10, 2020 - The following snippet will create a directory to install miniconda into, download the latest python 3 based install script for Linux 64 bit, run the install script, delete the install script, then add a conda initialize to your bash or zsh shell.
🌐
TeachBooks
teachbooks.io › learn-programming › install › python › miniconda.html
Miniconda Installation — Learn-Programming book
January 14, 2026 - As it is made accessible in Anaconda Prompt by default during the installation process, it does not confirm whether or not conda is also added to the PATH variable for your computer. Now that Miniconda is installed on your system, from now on we will use the Anaconda Prompt instead of the windows command prompt; this way instructions will be identical regardless of whether you are using Windows or Mac OS!