Skip to content

Commit c97d6f7

Browse files
Replace source command with conda command. Source works for activation, but not for deactivation. Conda works for both operations.
1 parent e84f801 commit c97d6f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ If you have conda or miniconda installed, you can create environment by
135135

136136
and use
137137

138-
source activate kf_bf
138+
conda activate kf_bf
139139

140140
and
141141

142-
source deactivate kf_bf
142+
conda deactivate kf_bf
143143

144144
to activate and deactivate the environment.
145145

0 commit comments

Comments
 (0)