Ubuntu24安装xcp_d

一、安装ants

1、解压缩

2、在配置文件编辑

复制代码
export PATH=$PATH:/home/xiaoming/ants-2.6.5/bin

3、输入测试语句

复制代码
antsRegistrationSyN.sh

二、安装ANFI

复制代码
cd
curl -O https://raw.githubusercontent.com/afni/afni/master/src/other_builds/OS_notes.linux_ubuntu_24_64_a_admin.txt
curl -O https://raw.githubusercontent.com/afni/afni/master/src/other_builds/OS_notes.linux_ubuntu_24_64_b_user.tcsh
curl -O https://raw.githubusercontent.com/afni/afni/master/src/other_builds/OS_notes.linux_ubuntu_24_64_c_nice.tcsh

sudo bash OS_notes.linux_ubuntu_24_64_a_admin.txt 2>&1 | tee o.ubuntu_24_a.txt
tcsh OS_notes.linux_ubuntu_24_64_b_user.tcsh 2>&1 | tee o.ubuntu_24_b.txt
tcsh OS_notes.linux_ubuntu_24_64_c_nice.tcsh 2>&1 | tee o.ubuntu_24_c.txt

安装过程时间比较长

终于结束了

提示缺少一些对应的库,执行下面命令。

复制代码
pip install matplotlib flask flask_cors

mamba install -c conda-forge r-gamm4

终于完成检查了

2、打开另一个终端

复制代码
afni_system_check.py -check_all

打开下面两个命令

复制代码
#打开AFNI和SUMA的GUI,确保一切正常
afni
suma

输入afni的结果

输入suma的结果

查看版本

复制代码
afni -ver 

三、安装bids_validator

复制代码
pip install bids_validator

4、安装connectome-workbench

复制代码
mamba install -c conda-forge Connectome Workbench

5、安装xcp_d

复制代码
pip install git+https://github.com/pennlinc/xcp_d.git

安装成功

相关推荐
Bert.Cai16 小时前
Linux expr命令详解
linux·运维·服务器
彩色的黑'''1 天前
[root@localhost ~]#,Linux系统的命令提示符为啥现在变成-bash-4.2#了,哪里设置的
linux·运维·bash
源远流长jerry1 天前
Linux 网络发送机制深度解析:从应用到网线
linux·服务器·网络·网络协议·tcp/ip
南境十里·墨染春水1 天前
linux学习进展 shell编程
linux·运维·学习
goyeer1 天前
【ITIL4】32服务实践 - 问题管理(Problem Management)
linux·运维·服务器·企业数字化·it管理·itil·it治理
怀旧,1 天前
【Linux网络编程】8. 网络层协议 IP
linux·网络·tcp/ip
RH2312111 天前
2026.5.12 Linux
java·linux·数据结构
cen__y1 天前
Linux11(网络编程)
linux·运维·服务器·c语言·网络·网络协议·tcp/ip
ITKEY_1 天前
archlinux x11桌面 部分程序识别成Wayland
linux
怀旧,1 天前
【Linux网络编程】9. 数据链路层
linux·服务器·网络