Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Fixes #530: Add docs for arch linux where python 3 is the default
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Apr 9, 2016
1 parent e1fea4b commit 89448d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/other/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ In this case, you need to install your system's appropriate kernel module, and y

Periodically, when you upgrade your system's Linux kernel, you might need to run steps 2 and 3 above again, or you can uninstall and reinstall VirtualBox (e.g. `sudo dnf remove VirtualBox && sudo dnf install VirtualBox`).

### Arch Linux

Arch Linux uses Python 3 as the default while Ansible requires Python 2. To get around parse errors you need to specify the path to the python2 interpreter by adding the following to your `config.yml`:

```
ansible_python_interpreter: "/usr/bin/env python2"
```

## Synced Folders

Most issues have to do synced folders. These are the most common ones:
Expand Down

0 comments on commit 89448d4

Please sign in to comment.