question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add One or More Linux Example and Documentation

See original GitHub issue

To not open a redundant issue, I have reviewed #1, #23, and #28. It appears to me that Linux has worked before and code to support it was added but it is not well tested.

Running Raspberry Pi OS on ARM32, the Python package defaults to the Windows embeddable python-3.7.3-embed-amd64. For Python 3.11.3 downloads, for example, I see that Windows is the only platform with embeddable packages. I see in #1 that Linux packages were discussed, and at some point Linux support was added. I have successfully built from source on the Pi using only SSH and bash, so I imagine it could be done programmatically, but it took a long time.

I wouldn’t mind writing a Linux example and documentation myself, but I reviewed Python.Deployment as suggested above, and I can’t seem to understand Linux support.

Issue Analytics

  • State:open
  • Created 4 months ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
167rgc911commented, May 26, 2023

i wasn’t sure what the OP wanted to do … embedding might be hard for Linux.

i have some test code for the last issue … but it is not working. i thought it was a qouting problem but it seems it is a process problem.

i’m a C#/dotnet noob (Linux and Python user though) so it might take some time to submit a PR.

Read more comments on GitHub >

github_iconTop Results From Across the Web

more command in Linux with Examples
more command is used to view the text files in the command prompt, displaying one screen at a time in case the file...
Read more >
Linux and Unix more command tutorial with examples
Tutorial on using more, a UNIX and Linux command for viewing the contents of a file or files one screen at a time....
Read more >
more(1) - Linux manual page
MORE (1) User Commands MORE(1). NAME top. more - display the contents of a file in a terminal. SYNOPSIS top. more [options] file...
Read more >
more Command
The more command reads files and displays the text one screen at a time. The command pauses after each screen and prints the...
Read more >
20 one-line Linux commands to add to your toolbox
20 one-line Linux commands to add to your toolbox · 1. Apply a command on files with different names · 2. Edit a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found