-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use entry_points to create script. Fix #1266 (script not working on Windows) #1455
Conversation
This is cool and I'd love to merge it but my python-fu isn't strong enough. Help? |
Turned out the CI failed because there was a test that tried to use the "bad" script that was now removed. I would probably need to remove those tests as well. The script is only created now when an installation happens, e.g. with pip install |
@vivainio Is there a way to run the pip install such that the script in question gets created? |
Yea, 'pip install .' installs it from file system
…On Tue, 24 Jul 2018, 10:41 Liam Newman, ***@***.***> wrote:
@vivainio <https://github.com/vivainio> Is there a way to run the pip
install such that the script in question gets created?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1455 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAiCC3MkBb5ToitZ7dTcfZzUJfaOZVWrks5uJs-lgaJpZM4VZpwK>
.
|
That is where it installs from. We need to install it to a location where
we can check/test it.
…On Tue, Jul 24, 2018, 1:20 PM Ville Vainio ***@***.***> wrote:
Yea, 'pip install .' installs it from file system
On Tue, 24 Jul 2018, 10:41 Liam Newman, ***@***.***> wrote:
> @vivainio <https://github.com/vivainio> Is there a way to run the pip
> install such that the script in question gets created?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <
#1455 (comment)
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AAiCC3MkBb5ToitZ7dTcfZzUJfaOZVWrks5uJs-lgaJpZM4VZpwK
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1455 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB3kKZ7ZRVvPHoLpXmmc0mCwojXuoNHJks5uJ4GQgaJpZM4VZpwK>
.
|
d2a0dc2
to
af9eecf
Compare
a88d0f2
to
60c3fa7
Compare
Fixes #1254 |
No description provided.