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

安装成功

相关推荐
充电zcx13 小时前
Linux:4:开发工具详解
linux·运维·服务器
码农客栈17 小时前
linux 交叉编译tslib
linux
鱼月半18 小时前
两台电脑直连网络不通怎么办?
linux·网络协议
光电笑映19 小时前
网络通信基础:从协议分层到 Socket 编程预备
linux·运维·服务器·网络
酸菜。19 小时前
dw_apb_gpio总结
linux
wunaiqiezixin19 小时前
MIT 6.S081 file system 实验篇(lab9):Large files (moderate)
linux·unix·os·xv6·mit6.s081
GeW20 小时前
RHCE 考试通过率提升:核心考点、实验环境与排错技巧
linux
吴声子夜歌20 小时前
Shell编程实例——与解析相关的任务(二)
linux·运维·shell
mengge.cloud20 小时前
0917Docker 小白实验教程(理论+实操)
linux·服务器·网络·docker
Escalating_xu21 小时前
【内存管理发展史】从 8086 实模式到分页:CPU 如何把虚拟地址变成物理地址
linux·缓存