Discourse | Documentation | Blog | Twitter
Use this Orb to install Flox, activate Flox environments and run commands in those environments.
An example
version: '2.1'
orbs:
flox: flox/[email protected]
jobs:
use-flox-orb:
machine:
image: ubuntu-2204:current
steps:
- flox/install # <- Install Flox
- flox/activate: # <- Run a command in a Flox environment
environment: flox/nb
command: python --version
We are happy to welcome you to our Discourse forum and answer your questions! You can always reach out to us directly via the flox twitter account or chat to us directly on Matrix or Discord.
Feel free to file a new issue with a respective title and
description on the the flox/flox-orb
repository. If you already
found a solution to your problem, we would love to review your pull request!
The flox-orb
is licensed under the MIT. See LICENSE.