Skip to content

Instantly share code, notes, and snippets.

View simonmeggle's full-sized avatar
😀

Simon Meggle simonmeggle

😀
View GitHub Profile
@simonmeggle
simonmeggle / pyenv-poetry-test.sh
Last active July 8, 2022 13:21
Demo script to prove that without VIRTUAL_ENV, Poetry won't use venvs from pyenv-virtualenv
#!/bin/bash
set -u -e -o pipefail
#title : pyenv-poetry-test.sh
#description : A simple script which I wrote to discover what information Poetry is
# : relying on when it should use the virtualenv created by pyenv.
# : See https://github.com/python-poetry/poetry/issues/5956
# : and https://github.com/pyenv/pyenv-virtualenv/issues/348
#author : Simon Meggle, <simon.meggle@elabit.de>
#date : 20220608