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.

Better installation instructions

See original GitHub issue

The current installation instructions are not sufficient for making ttx work. To illustrate the issue:

$ pip install fonttools
Requirement already satisfied: fonttools in /Library/Python/2.7/site-packages (3.32.0)
$ ttx
-bash: ttx: command not found

Or:

$ pip install -e .
Obtaining file://~/Repositories/GitHub/fonttools
    Complete output from command python setup.py egg_info:
    error in fonttools setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in ~/Repositories/GitHub/fonttools/

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:31 (18 by maintainers)

github_iconTop GitHub Comments

3reactions
anthrotypecommented, Nov 6, 2019

Also note when installing with --user the executable scripts are not placed under /usr/local/bin, but under the user’s bin directory (in my case /Users/clupo/Library/Python/3.7/bin). This is not already in the $PATH, so you will have to append to it in your shell config file (e.g. .bashrc). So --user adds a further layer of complexity. Whereas /usr/local/bin/ is already in the default executable $PATH.

2reactions
BoldMondaycommented, Jul 15, 2020

Is Homebrew still necessary to install Python 3? I used it in the past but found it hard to upgrade to newer Python versions.

On my current Mojave machine I installed Python 3.8.2 with the official installer from Python.org. Seems to work fine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation Guides | Better Home Products
Listed are the Installation Guides pdfs for the following Lockset products: Manual 01 - Commercial Deadbolt Manual 02 - Commercial Dummy Levers Manual...
Read more >
Better-Bench Installation Instructions - Innovis Corp
Better -Bench Installation Instructions ... So many products for your shower installations: Better-Bench, Better Tray, Recess-It, Floating Shelf, ...
Read more >
Better Bench ADJR Adjustable Bench with invisabolt ...
Better Bench ADJR Adjustable Bench with invisabolt Installation ... Invisible Adjustable Bench Unit by the maker of Better Bench and Recces ...
Read more >
Horizontal Blind Installation Instructions
Please follow these Installation Instructions. You will need a pencil, tape measure, drill, screwdriver, pliers, and appropriate fasteners.
Read more >
Installation Instructions - Mountain Off-Road Enterprises
Your browser can't play this video. Learn more ...
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