X Tutup
The Wayback Machine - https://web.archive.org/web/20201204225819/https://github.com/PythonTurtle/PythonTurtle/issues/90
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

Ubuntu/Debian Packages? #90

Open
grantbow opened this issue Mar 24, 2011 · 4 comments
Open

Ubuntu/Debian Packages? #90

grantbow opened this issue Mar 24, 2011 · 4 comments
Labels

Comments

@grantbow
Copy link

@grantbow grantbow commented Mar 24, 2011

It would be great if this were packaged for Ubuntu. Has anyone thought of doing this?

@cool-RR
Copy link
Member

@cool-RR cool-RR commented Mar 24, 2011

It would definitely be awesome, and someone else requested it in the past too. I personally have no time to do it. If you want to do it, and it works well, I'll put it up on the public site. Preferably we'll have an automatic script that creates a package so we could use it in the future too after we change the code.

@bittner
Copy link
Member

@bittner bittner commented Oct 4, 2018

Just as a heads-up:

As mentioned in #107 (comment), in addition to the GNU/Linux application bundle we now build on Travis, we'll probably build an AppImage, which is a format that allows packaging a single binary for all GNU/Linux distributions.

It's portable due to it's nature of complete isolation, easy to install (by end users) and can be distributed with configuration management tools, automatically. (Simply copy the binary, no need for a specific installation procedure -- apart from providing a desktop shortcut, probably.)

This obviously makes it totally optional to build a Debian package, a Snap package, a Flatpack package. If someone contributes this as an additional possibility for installers, fine.

@bittner
Copy link
Member

@bittner bittner commented Apr 11, 2019

For future reference, details about adding a Snap to Ubuntu Software: "Getting Python and wxPython apps into the Ubuntu app store" (blog post from the current Python newsletter)

@nmz787
Copy link

@nmz787 nmz787 commented Oct 28, 2020

I just git cloned this repo, cd PythonTurtle did a sudo apt install python3-wxgtk4.0 then python3 -m pythonturtle... working fine on my chromebook here, running in the ChromeOS' linux container thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.
X Tutup