Explore >> Select a destination


You are here

masnun.com
| | www.blog.pythonlibrary.org
4.3 parsecs away

Travel
| | You can use many great tools to help you in your software development journey. One such tool is pre-commit, aframework for managing and maintaining
| | blog.nuculabs.de
3.7 parsecs away

Travel
| | Hello, In this article I will introduce you to pyenv, a tool for managing python environments. Installing pyenv is pretty straight forward, you'll need to clone the repo and add the binaries to the path. For a typical Debian based distro using the Zsh shell the instructions would be: 1 2 3 4 git clone https://github.com/pyenv/pyenv.git ~/.pyenv echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshrc echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.zshrc Then, in order for this to take effect, you need to reload the shell with: source ~/.zshrc, or just restart your terminal. ??
| | danigm.net
2.9 parsecs away

Travel
| | [AI summary] The article explains how Python modules are managed in Linux systems, covering PYTHONPATH, package installation with pip, virtual environments, and tools like pipx and poetry for dependency management.
| | earthly.dev
17.5 parsecs away

Travel
| This tutorial explains how to create a Python virtual environment using PyInstaller, a packaging tool for Python applications, and distribute them ...