Explore >> Select a destination


You are here

ljvmiranda.micro.blog
| | janakiev.com
1.5 parsecs away

Travel
| | Python's built-in venv module makes it easy to create virtual environments for your Python projects. Virtual environments are isolated spaces where your Python packages and their dependencies live. This means that each project can have its own dependencies, regardless of what other projects are doing.
| | til.simonwillison.net
2.1 parsecs away

Travel
| | Towards Inserting One Billion Rows in SQLite Under A Minute includes this snippet:
| | www.mackorone.com
2.2 parsecs away

Travel
| | [AI summary] A developer shares a tutorial and script solutions for managing Python virtual environments within TMux panes to avoid manual re-activation.
| | kishstats.com
6.1 parsecs away

Travel
| Autoenv will automatically execute certain commands whenever you "cd" into a directory containing a ".env" file. This is an excellent command-line tool for e...