Hacker News new | ask | show | jobs
by wp381640 2415 days ago
If you're going to be using pyenv + poetry you should be aware of #571 that causes issues with activating the virtualenv

https://github.com/sdispater/poetry/issues/571

the OP himself has a fix for this in his own dotfiles repo:

https://github.com/jacobian/dotfiles/commit/e7889c5954daacfe...

1 comments

Ha, I'd forgotten about that. Thanks for the reminder.

(Though, how'd you find that? Mildly creepy that you know more about my dotfiles than I do!)

I landed on that issue a while ago and your pull request was linked so I ripped your solution and added it to my own dotfiles :)