Skip to content

Commit

Permalink
Improve documentation for upgrade scenario (#3899)
Browse files Browse the repository at this point in the history
If one upgrade from previous molecule versions, and since drivers are now
provided by the molecule-plugins, molecule-podman|docker|vagrant
packages needs to be removed.

See:
- #3883
- #3895

Co-authored-by: Daniel Ziegenberg <daniel@ziegenberg.at>
  • Loading branch information
fauust and ziegenberg committed Jun 7, 2023
1 parent 600f71a commit 53ceb36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ installation command would look like this:
$ python3 -m pip install --user "molecule-plugins[podman]"
```

!!! warning

If you upgrade molecule from previous versions, make sure to remove
previously installed drivers like for instance `molecule-podman` or
`molecule-vagrant` since those are now available in the `molecule-plugins`
package.

Installing molecule package also installed its main script `molecule`,
usually in `PATH`. Users should know that molecule can also be called as
a python module, using `python -m molecule ...`. This alternative method
Expand Down

0 comments on commit 53ceb36

Please sign in to comment.