Welcome to new things

[Technical] [Electronic work] [Gadget] [Game] memo writing

pyenv

Notes on the use of Poetry in Python

I have been using pyenv+venv to build Python environments. There are several package management tools for Pyton, but they are chaotic and I have not touched them until now. In the midst of all this, I had a chance to use Poetry, so I decid…

Build Python3+Jupyter Notebook environment with pyenv on WSL

Since the version of Ubuntu in WSL (Windows Subsystem for Linux) was getting old at 16, we installed a new Ubuntu with version 18. I also re-set up Python3 + Jupyter Notebook accordingly, but I ran into a few snags along the way, so here a…