Closed tashrifbillah closed 6 years ago
Since we are using the command conda activate pnlpipe3 can we remove the line @echo "Now run 'source activate pnlpipe'" from python_env/Makefile
conda activate pnlpipe3
@echo "Now run 'source activate pnlpipe'"
python_env/Makefile
@echo "Adding conda-forge to default conda channels" conda config --add channels conda-forge conda env create -f $< @echo "Now run 'source activate pnlpipe'"
Good point, please remove (as you mentioned here: conda prints the instructions already).
Since we are using the command
conda activate pnlpipe3
can we remove the line@echo "Now run 'source activate pnlpipe'"
frompython_env/Makefile