Skip to content

Home Directory Path Shortcut doesn't work in Linux #925

Closed
@fubuloubu

Description

@fubuloubu
  • Version: 4.4.0
  • Python: 3.6.5 (P.S. this field is old!)
  • OS: linux

What was wrong?

In linux, the home directory path shortcut ~ doesn't work

w3 = Web3(Web3.IPCProvider("/home/bryant/.ethereum/testnet/geth.ipc")); w3.isConnected()
True

w3 = Web3(Web3.IPCProvider("~/.ethereum/testnet/geth.ipc")); w3.isConnected()
False

How can it be fixed?

IDK

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions