You whispered.
DeadSwitch delivers.
Ansible for the ghosts.
A training? No.
Tactical briefing.
Tag: python
How to rename (or backup) a Python virtual environment?
I find it much easier to create a venv with the same packages than renaming one. I found magic sed commands and directory traversal scripts, but they did a half work or nothing. I found out that recreating an env is easier and faster.
Continue reading “How to rename (or backup) a Python virtual environment?”How to use Python virtual environments in Visual Studio Code?
I need both Linux and Windows environments at the same computer. I have been a Linux desktop user for almost 20 years, but some of the tools I use recently require Windows 10. Dual boot was a great solution, but it required double hard disk space and maintenance. One of my daily driver tools is Windows-only and a heavy GPU consumer, thus I changed my primary OS to Windows, and my Linux experience relies on WSL (Windows Subsystem for Linux).
Continue reading “How to use Python virtual environments in Visual Studio Code?”