Install the Exact Python Version You Need | Linux Tutorial

Pubblicato il: 14 febbraio 2025
sul canale di: 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


In questa pagina del sito puoi guardare il video online Install the Exact Python Version You Need | Linux Tutorial della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Luinux 14 febbraio 2025, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 177 volte e gli è piaciuto 6 spettatori. Buona visione!