> ## Content Index
> Fetch the complete content index at: https://www.bramadams.dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# Conda Activate, Create, Install Python
- URL: https://www.bramadams.dev/202301080011/
- Published: 2023-01-28T09:00:19.000Z
- Updated: 2023-01-28T09:00:19.000Z
- Author: Bram Adams
- Tags: programming

- `conda create -n <environment_name>`
- `conda activate <environment_name>`
- `conda install python`