Skip to content

Instantly share code, notes, and snippets.

@luck02
luck02 / readme.txt
Last active December 10, 2022 19:47
How I get a working python install on OSX from ground 0
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
@luck02
luck02 / gem_make.out
Created December 17, 2013 16:37
Vagrant-berkshelf fails to install under vagrant 1.4 First file is output from: vagrant plugin install vagrant-berkshelf --debug &> vagrantBerkshelfDebug.txt
"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