Skip to content

Not running on Windows 8 - please change following code #26

@kobe6661

Description

@kobe6661

Many thanks for your great tool!
I still had an issue getting this running on Windows 8. I had to change the 'get_vagrant_executable' function in C:\Pythonxx\Lib\site-packages\vagrant__init__.py to:

def get_vagrant_executable():
if (which('vagrant') is not None):
if (os.name == 'nt'):
return 'vagrant'
else:
return which('vagrant')
else:
return None

Can you include a solution to this in further versions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions