You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, the only real purpose for the ssh version is to get a writable clone, which is useless without -e as the clone is only temporary. But unless the fix is ugly for some reason, there's no reason not to support this just to smooth the way for people. Pull request welcome.
This is something I've run into many times.
Long story short, this works:
pip install -e [email protected]:lsemel/django-tinymce.git@876cf22c067c349773005a54bd1528219d4daef2#egg=django_tinymce-dev
But this doesn't:
pip install [email protected]:lsemel/django-tinymce.git@876cf22c067c349773005a54bd1528219d4daef2#egg=django_tinymce-dev
Obviously, not best practice, but it would help make things easier for users.
The text was updated successfully, but these errors were encountered: