Open kbwestfall opened 5 years ago
There's a problem with the setup.py file that I need to track down in that running python setup.py install doesn't put the config files where they need to go. python setup.py develop works, but not install.
python setup.py install
python setup.py develop
install
There's a problem with the setup.py file that I need to track down in that running
python setup.py install
doesn't put the config files where they need to go.python setup.py develop
works, but notinstall
.