PointMLP/.vscode/setup.sh
2023-08-03 16:38:02 +02:00

12 lines
148 B
Bash
Executable file

#!/bin/bash
source ~/.bashrc
conda_init
conda activate pointmlp
export PS1="(pointmlp)[\\u@\\h \\W]\\$ "
module load compilers
module load mpfr