Explore >> Select a destination


You are here

masnun.com
| | www.cybershu.eu
11.0 parsecs away

Travel
| | If you work with Python, you probably need to activate a virtual environment to manage dependencies. Using a virtualenv requires activation each time you wan...
| | www.blog.pythonlibrary.org
10.8 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
10.6 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. ??
| | blog.reviewnb.com
55.6 parsecs away

Travel
| We explore the key features of popular Jupyter Notebook IDEs and highlight their use cases to help you choose the right IDE for your next notebook project