Sunday 11 October 2020

How to create a bash script with conda activate?

 source ~/anaconda3/etc/profile.d/conda.sh
conda activate python2
python parse_log.py ../train.log .
python plot_loss.py

No comments:

Post a Comment