Skip to content

would it be possible to update the fabfile.py for python3? #5

Description

@puddleslice

it works beautifully for python 2. i've almost got it working in python 3 except in the output it keeps saying "using executeable /path/to/python2". not sure what i'm doing wrong.
i think my error is somewhere in lines 55 and 56 of fabfile.py

        sudo('virtualenv -p python3 env')
        sudo('source env/bin/activate')

it keeps activating the python 2 virtualenv.

that would be great if you guys could offer maybe another repo or update this one, or comment out for a python 3 version. thanks for all the great work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions