Skip to content

Configuring vyper.command for project's venv #3

Closed
@nicklatkovich

Description

@nicklatkovich

It is assumed that vyper is installed and generally available on the system (pip install vyper). In case vyper is not available in path or called in a virtualenv configure the vyper command in Settings → Vyper → Command

Can not make to extension to watch venv directory to get vyper compiler. The only one way, that works, is:

/home/username/path-to-project/venv/bin/vyper

But relative paths not working:

venv/bin/vyper
./venv/bin/vyper
${workspaceRoot}/venv/bin/vyper
${workspaceFolder}/venv/bin/vyper

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions