Replace source command with conda command. Source works for activation, but not for deactivation. Conda works for both operations.

This commit is contained in:
Wilco Bonestroo 2020-04-25 13:23:31 +02:00
parent e84f801836
commit c97d6f78c9

View File

@ -135,11 +135,11 @@ If you have conda or miniconda installed, you can create environment by
and use
source activate kf_bf
conda activate kf_bf
and
source deactivate kf_bf
conda deactivate kf_bf
to activate and deactivate the environment.