Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FATAL: Tmux Plugin Manager not configured in tmux.conf #12

Closed
aktech opened this issue Nov 19, 2017 · 1 comment
Closed

FATAL: Tmux Plugin Manager not configured in tmux.conf #12

aktech opened this issue Nov 19, 2017 · 1 comment
Labels

Comments

@aktech
Copy link
Contributor

aktech commented Nov 19, 2017

TASK [common : Installl Tmux Plugins] ********************************************************************************************************************************************************************************************************
task path: /Users/aktech/dotfiles/playbooks/roles/common/tasks/main.yml:14
Using module file /Users/aktech/anaconda3/lib/python3.6/site-packages/ansible/modules/commands/command.py
<localhost> ESTABLISH LOCAL CONNECTION FOR USER: aktech
<localhost> EXEC /bin/sh -c '/usr/bin/python && sleep 0'
fatal: [localhost]: FAILED! => {
    "changed": true,
    "cmd": [
        "~/.tmux/plugins/tpm/bin/install_plugins"
    ],
    "delta": "0:00:00.027179",
    "end": "2017-11-19 22:19:13.641447",
    "failed": true,
    "invocation": {
        "module_args": {
            "_raw_params": "~/.tmux/plugins/tpm/bin/install_plugins",
            "_uses_shell": false,
            "chdir": null,
            "creates": null,
            "executable": null,
            "removes": null,
            "stdin": null,
            "warn": true
        }
    },
    "msg": "non-zero return code",
    "rc": 1,
    "start": "2017-11-19 22:19:13.614268",
    "stderr": "unknown variable: TMUX_PLUGIN_MANAGER_PATH\nFATAL: Tmux Plugin Manager not configured in tmux.conf\nAborting.",
    "stderr_lines": [
        "unknown variable: TMUX_PLUGIN_MANAGER_PATH",
        "FATAL: Tmux Plugin Manager not configured in tmux.conf",
        "Aborting."
    ],
    "stdout": "",
    "stdout_lines": []
}
	to retry, use: --limit @/Users/aktech/dotfiles/playbooks/osx.retry
@aktech aktech changed the title FATAL: Tmux Plugin Manager not configured in tmux.conf", FATAL: Tmux Plugin Manager not configured in tmux.conf Nov 19, 2017
@ylogx
Copy link
Owner

ylogx commented Nov 20, 2017

Related docs are: https://github.com/tmux-plugins/tpm#installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants