mistercrunch commented on issue #10352: URL: https://github.com/apache/incubator-superset/issues/10352#issuecomment-662818873
I haven't read the whole thread, but you don't want to run `pip install apache_superset`, as it will install the version from pypi into your site-packages and use that. With a `venv` you want to `pip install -e .` - that command should fixes that. It basically puts symlinks into your site-packages that point to your local repo. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
