You are here |
www.secondstate.io | ||
| | | |
www.sicpers.info
|
|
| | | | ||
| | | |
blog.nuculabs.de
|
|
| | | | 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. ?? | |
| | | |
jeroenjanssens.com
|
|
| | | | I am sharing a virtual environment that enables you to follow along with all the commands and tools discussed in my upcoming book Data Science at the Command Line. | |
| | | |
geoff.tuxpup.com
|
|
| | For the first time in quite a while, I caught the urge to publish a package to pypi today. The happy path for publishing a pure python package felt less obvious than I think it should've. Here's what I did. The package in question is published here, and the source code is available on sr.ht. It's the beginning of a youth baseball season. One of the things I do is help our commissioners get all the information our families need to the right places where families will find it. |