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.

Provide installation via setup.py

See original GitHub issue

There’s a good guide here: https://github.com/kennethreitz/setup.py

I can’t currently use this on Mac (unless I modify my local copy) because I don’t have a python3 executable in /usr/bin and Mac doesn’t allow symlinks in that directory. I believe installing with setup.py would fix that.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:2
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
sustrikcommented, May 29, 2019

@pgreze If you make the installer I would be glad to merge it in. Thanks for the offer!

1reaction
pgrezecommented, Jul 25, 2019

IMO homebrew is really the way to go because it’s:

  • well know by any OSX “user”
  • language agnostic
  • security out of the box (pip/virtualenv handled by homebrew)
Read more comments on GitHub >

github_iconTop Results From Across the Web

Installing Python Modules (Legacy version) — Python 3.11.1 ...
Running setup.py install builds and installs all modules in one run. If you prefer to work incrementally—especially useful if you want to customize...
Read more >
What is setup.py? - Stack Overflow
setup.py is a python file, the presence of which is an indication that the module/package you are about to install has likely been...
Read more >
Installing using setup.py - PythonHosted.org
To make pyglet available to all users, or to avoid having to set the PYTHONPATH for each session, you can install it into...
Read more >
Install Python packages on the research supercomputers at IU
Install Python packages for personal use · Set up your user environment · Install a package using pip · Install a package using...
Read more >
HOWTO: Install your own Python packages
We also have provided an example below showing how to build and install your ... Please consider using conda Python package manager before...
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