|
You are here |
www.simplygeek.co.uk | ||
| | | | |
daniel-m.github.io
|
|
| | | | | Generalist Developer, an enthusiastic physicist that spends most of its days telling computers how to do stuff | |
| | | | |
liquidat.wordpress.com
|
|
| | | | | Nushell is becoming a more and more serious shell every day. One thing missing in the past was the capability to create and use Python virtual environments. This has changed: Nushell was added as another supported shell in the virtualenv package: ??(20:39:55) ~/development? virtualenv ansiblecreated virtual environment CPython3.11.5.final.0-64 in 190mscreator CPython3Posix(dest=/home/liquidat/development/ansible, clear=False, no_vcs_ignore=False, global=False)seeder FromAppData(extra_search_dir=/usr/shar... | |
| | | | |
janakiev.com
|
|
| | | | | 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. | |
| | | | |
johnfraney.ca
|
|
| | | Poetry, a next-generation Python packaging tool, makes it easy to create and publish a Python package. | ||