Install the Exact Python Version You Need | Linux Tutorial

Publicado em: 14 Fevereiro 2025
no canal de: Luinux
177
6

In this video, I show you how to use Conda to easily install any specific version of Python on basically any Linux distribution.

Command to download Conda installer (YouTube breaks links in commands, so I had to format it this way. Just copy and paste the three lines below.):
part1="https://repo.anaconda.com/miniconda/" \
part2="Miniconda3-latest-Linux-x86_64.sh" \
wget "${part1}${part2}" -O ~/your_path/miniconda.sh

Command to install Conda:
bash ~/your_path/miniconda.sh -b -u -p ~/your_path

Command to start Conda:
eval "$(/path/to/conda/bin/conda shell.bash hook)"

Command to create the python environment:
conda create -n py310 python=3.10

Command to start Conda and activate the env:
eval "$(/path/to/conda/bin/conda shell.bash hook)" && conda activate py310

💲If Possible, Please Help Support The Channel.💲

PayPal
https://www.paypal.com/donate/?hosted...

Bitcoin
bc1qhxxgy52s2ps9j2gyzfxtykccrrpkzpu9uvnhhe

00:00 Intro
00:19 Create Folder for Conda
00:46 Download Conda
01:23 Install Conda
02:17 Start Conda
03:01 Install Python
04:15 Start/close Conda


Nesta página do site você pode assistir ao vídeo on-line Install the Exact Python Version You Need | Linux Tutorial duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Luinux 14 Fevereiro 2025, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 177 vezes e gostou 6 espectadores. Boa visualização!