Managing Virtual Environments in Poetry

Posted on Dec 25, 2019 in Computer Science • Tagged with programming, Python, Poetry, virtual environment, shell

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

uv (implemented in Rust) is the new cool kid now and is prefer to poetry.

Where to Create Virtual Environments

By default, Poetry create virtual environment in …


Continue reading

Tips on conda-pack

Posted on Apr 30, 2021 in Computer Science • Tagged with programming, conda-pack, conda, dependency, virtual environment

It is suggested that you use python-build-standlone instead of conda-pack to build portable Python environments. Please refer to Packaging Python Dependencies for PySpark Using Python-Build-Standalone for more details.

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better …


Continue reading