codesardine / jak

Hybrid web/desktop applications on Linux
http://codesardine.github.io/Jade-Application-Kit/
GNU General Public License v3.0
89 stars 18 forks source link

Signify Python/Pip3 #76

Closed ItzSwirlz closed 4 years ago

ItzSwirlz commented 4 years ago

It is hard to demonstrate whether this is Python2 or Python3-besides the note, pip and python-as it may defaultly be 3 on Arch/Manjaro or whatever, on Debian based systems where both can be installed, this causes problems. This should clear up stuff.

Reference to a related issue in your repository.

Description of the changes proposed in the pull request

codesardine commented 4 years ago

Thanks, I never tested this on other distributions.

ItzSwirlz commented 4 years ago

No problemo. I'd love to package this for Debian systems but there are a few issues-they are pretty small and trivial which should come along (besides, Manjaro community and you looks like you're still in the works of it)

But yeah, on Manjaro 'pip' and 'pip3' just seem to be symlinked but on other systems it's just pip3 and no 'pip' as it can refer to python2 and considering the fact that python2 is old, rather be safe and sorry (it is no longer maintained in Ubuntu, mgiht be in Debian but not 100% sure.)

codesardine commented 4 years ago

Sure, if you find any problems open a issue, I will try to fix it.