2021年11月29日 星期一

用shell 在Xubuntu 18.04x64 安裝 Anaconda 3

檔案名稱:Anaconda3InstallXub1804x64.sh
檔案內容:
#!/bin/bash
apt-get update
apt-get install vim wget
wget https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh
sh Anaconda3-2020.02-Linux-x86_64.sh -y
chown -R $USER:$USER ~/anaconda3
source ~/.bashrc

如何使用?
$sudo chmod 777 Anaconda3InstallXub1804x64.sh
$sudo sh Anaconda3InstallXub1804x64.sh


沒有留言:

張貼留言

只要點兩下,就能將input資料夾內所有PDF進行容量壓縮

系列文章: 01. python 不管何時何地,只要點兩下,資料夾內的所有pdf都會合併成一個pdf https://skjhcreator.blogspot.com/2022/06/pythonpdfpdf.html 02. python 只要點兩下,分別對各資料夾內的pdf合...