Skip to content

Release 0.0.49

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 22:57

0.0.49

  • Forcing mac installs to /usr/local/bin/figgy.

There is no good work-around that I have found that prevents issues with automatic upgrade symlink chaining on MacOs.
Essentialy os.path.dirname(sys.executable) does not return the directory of the symlink on MacOs
like it does on Windows/Linux. It instead follows the chain of links and returns actual executable's directory. Which
seems like the right thing to do, except I'd prefer to locate the link instead.