PointMLP/.vscode/setup.sh

12 lines
148 B
Bash
Raw Normal View History

2023-08-03 14:38:02 +00:00
#!/bin/bash
source ~/.bashrc
conda_init
conda activate pointmlp
export PS1="(pointmlp)[\\u@\\h \\W]\\$ "
module load compilers
module load mpfr