|
You are here |
janakiev.com | ||
| | | | |
www.rasulkireev.com
|
|
| | | | | How to set up a virtual environment for your Django Project, or any other Python project, for that matter. | |
| | | | |
koaning.io
|
|
| | | | | This feels like a fun thing to add to your `.zshrc` file. ```bash cd() { builtin cd | |
| | | | |
ljvmiranda.micro.blog
|
|
| | | | | I'm now a uv convert. I haven't really updated my Python tooling and workflow for the past two years. In fact, I've been using the same workflow ever since I started working: python -m venv venv source /venv/bin/activate # While in venv pip install -r requirements.txt But there's a lot of limitations in this workflow. For example, I'm limited by the Python version installed in my machine or it's hard to just install ad-hoc dependencies for my one-off scripts. | |
| | | | |
zelig880.com
|
|
| | | Learn how to setup CI/CD and deploy your VitePress documentation site on GitHub Pages using GitHub actions. | ||