This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Getting a working python install that's relatively sane on OSX: | |
* Install homebrew | |
* https://github.com/pyenv/pyenv#homebrew-in-macos / `brew update && brew install pyenv` | |
* Set up your shell for pyenv: https://github.com/pyenv/pyenv#homebrew-in-macos | |
* Install the python flavor of your choice: `pyenv install 3.9.10` | |
* Set python version: `pyenv global 3.9.10` | |
Getting poetry functional: | |
* Install poetry using the install script: https://python-poetry.org/docs/#installation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"c:/Program Files (x86)/HashiCorp/Vagrant/embedded/bin/ruby.exe" extconf.rb | |
checking for rb_thread_blocking_region()... yes | |
checking for sys/select.h... no | |
checking for poll.h... no | |
checking for sys/epoll.h... no | |
checking for sys/event.h... no | |
checking for port.h... no | |
checking for sys/resource.h... no | |
creating Makefile |