pymc-marketing
pymc-marketing copied to clipboard
Makefile command reference to python3 causes issue
The make init
points to python3
. Is this always referenced in conda
?
If the make init
command is not working, check the output of which python3
and ensure that it points to the one in the conda environment. If not, run the same command but with python
instead of python3