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
Auf dieser Seite können Sie das Online-Video Install the Exact Python Version You Need | Linux Tutorial mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Luinux 14 Februar 2025 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 177 Mal angesehen und es wurde von 6 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!