You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/07/23 04:59:57 UTC

[GitHub] [incubator-superset] mistercrunch commented on issue #10352: Front-end changes not reflecting in superset

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org