Explore >> Select a destination


You are here

www.simplygeek.co.uk
| | daniel-m.github.io
5.7 parsecs away

Travel
| | Generalist Developer, an enthusiastic physicist that spends most of its days telling computers how to do stuff
| | liquidat.wordpress.com
6.2 parsecs away

Travel
| | 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
7.3 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.
| | johnfraney.ca
62.7 parsecs away

Travel
| Poetry, a next-generation Python packaging tool, makes it easy to create and publish a Python package.