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

安装成功

相关推荐
AlfredZhao3 小时前
生产环境里,为什么不建议把普通端口直接暴露到公网?
linux·https·443·80
戴为沐1 天前
Linux内存扩容指南
linux
zylyehuo2 天前
Linux 彻底且安全地删除文件
linux
用户805533698032 天前
主线 U-Boot 上 RK3506:和闭源 rkbin 拔河的三个隐性契约
linux·嵌入式
用户034095297912 天前
linux fcitx 5 雾凇拼音 设置在中文输入法下仍然输入英文标点
linux
Web3探索者4 天前
可视化服务器管理和传统命令行区别是什么?新手教程:Linux 运维到底该用图形界面还是 SSH 命令行?
linux·ssh
zylyehuo4 天前
Linux系统中网线与USB网络共享冲突
linux
Sokach10155 天前
Linux Shell 脚本从零到能用:一个新手的一天学习总结
linux
AlfredZhao6 天前
Docker 容器时区不对,`timedatectl` 不存在怎么办?
linux·timezone
zzzzzz3107 天前
9K Star 炸裂开源!这个 C 语言写的代码知识图谱,把 Linux 内核索引压缩到了 3 分钟
linux·服务器·sql