Explore >> Select a destination


You are here

techtldr.com
| | david-barreto.com
1.9 parsecs away

Travel
| | Today it was announced that StarkNet 0.10.0 was released to the Goerli testnet. This update means that there's a new version of the cairo-lang python package (version 0.10.0) whose release notes me...
| | emmanuelbernard.com
2.6 parsecs away

Travel
| | tl;dr; using powerline and having it fail after a homebrew update? Read on. If you have tuned a bit your terminal in macOS, you might be using Powerline. It prettities your command line enough to warrant some trouble installing it. And it does it to vim status lines too. Now if you also use homebrew, every so often you see something like this when starting a new terminal window -bash: /usr/local/bin/powerline-daemon: /usr/local/opt/python/bin/python3.6: bad interpreter: No such file or directory I always fiddle with things until I get it fixed again. So here it is reported for posterity. The Python interpreter has been updated behind your back and the installed modules end up referencing the old interpreter. For powerline, here are the steps pip uninstall -y...
| | www.stevestreeting.com
2.7 parsecs away

Travel
| |
| | stribny.name
15.8 parsecs away

Travel
| [AI summary] This post explains how to install and manage development versions of Python on Fedora using Pyenv, covering installation steps, prerequisites, and usage examples.