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

Info only: Created package for Arch Linux #1

Closed
pezz opened this issue Jul 19, 2018 · 3 comments
Closed

Info only: Created package for Arch Linux #1

pezz opened this issue Jul 19, 2018 · 3 comments

Comments

@pezz
Copy link

pezz commented Jul 19, 2018

Hi there,

Just wanted to let you know that I've created a package for Arch Linux:

https://aur.archlinux.org/packages/pyspy/

I created a patch for a tiny tweak to config.py, but I'll leave it up to you if you'd like to incorporate it.

Cheers!

@WhiteRusssian
Copy link
Collaborator

WhiteRusssian commented Jul 19, 2018

Hi mate,

Thanks for making this available to everyone. Appreciate it. Out of curiosity, if you run the following command on Linux, what is the output?

Python
Import os
os.name

I might build the Linux paths into my config.py file permanently to make this easier in future.

EDIT: Nevermind, just realised that platform.system() is the better way to differentiate between Windows, macOS and Linux. I will add this to the next release.

@pezz
Copy link
Author

pezz commented Jul 19, 2018

Sounds great, and yeah os.name returns "posix" and platform.system() returns "Linux".

@WhiteRusssian
Copy link
Collaborator

Linux support added in v0.3.

Thanks for your help pezz.

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

2 participants