d2a8669
1
2
3
4
5
6
7
#!/bin/bash # Create a new Conda environment conda env create -f test_new.yml --name env_test # Activate the Conda environment source activate env_test