Skip to content
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

unable to run its on Arch (WSL2 win11) #2

Closed
hrdkmishra opened this issue Nov 22, 2022 · 7 comments
Closed

unable to run its on Arch (WSL2 win11) #2

hrdkmishra opened this issue Nov 22, 2022 · 7 comments

Comments

@hrdkmishra
Copy link

image

im using WSL2 on Win11.
maybe im doing something wrong :(

@HeIIow2
Copy link
Owner

HeIIow2 commented Nov 22, 2022

I'll look into it if I find time, but most likely this aint an issue on my end.
Pip adds it to the PATH with entry_points={'console_scripts': ['music-kraken = music_kraken:cli']} in setup.py. So you could try search for "WSL2 pip entry_ponts console_scripts not working". This might help you https://stackoverflow.com/questions/42182707/pip-not-installing-entry-points-as-executables but no garantee. If you manage to find the fix and I can fix it in setup.py I will change it.

Good luck :3

@HeIIow2 HeIIow2 changed the title unable to run its on Arch unable to run its on Arch (WSL2 win11) Nov 22, 2022
@wereii
Copy link

wereii commented Nov 22, 2022

Most probably you don't have ~/.local/bin in your PATH @hrdkmishra

@abhigyanmadhukalya
Copy link

Most probably you don't have ~/.local/bin in your PATH @hrdkmishra

Adding this line to your config.fish will fix the problem

set -gx PATH ~/.local/bin $PATH

@HeIIow2
Copy link
Owner

HeIIow2 commented Nov 22, 2022

@wereii Ok thank you <33

@HeIIow2
Copy link
Owner

HeIIow2 commented Nov 24, 2022

@hrdkmishra can you please give feedback on if it worked?

@hrdkmishra
Copy link
Author

hrdkmishra commented Nov 24, 2022

@hrdkmishra can you please give feedback on if it worked?

Yes it worked thanks a lot @abhigyanmadhukalya @HeIIow2 @wereii

@HeIIow2
Copy link
Owner

HeIIow2 commented Nov 24, 2022

@hrdkmishra thanks for the reply. That's great next time please close the issue once your problems are resolved or comment they are :)

@HeIIow2 HeIIow2 closed this as completed Nov 24, 2022
Repository owner deleted a comment from wereii Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants