Entradas etiquetadas software installation

Use Anaconda Python in Git Bash

2026-04-18· technology

Recently, for work reasons I have had to work on Windows and that is why I had the need to look for a comfortable option to use Git on Windows, with support from Bash to which I am accustomed in Linux and with Python Anaconda recognized. Somehow, the minimum version of how to use Windows without dying trying.

Install Anaconda Python

2026-04-18· technology

In recent years, a tool has become popular not only as a base for the data analytics ecosystem («data science» as some also call it) but also generally for Python development (scientific, web, or general purpose). This tool is Anaconda, which not only provides us with a cross-platform package distribution system, a main repository with broad cross-platform support (default or anaconda channel) but also an environment manager to allow isolating our dependencies, facilitating reproducibility and avoiding conflicts.