Post
Topic
Board Electrum
Merits 2 from 2 users
Re: Change the path to the ~/.electrum folder on linux
by
vv181
on 08/01/2023, 04:08:14 UTC
⭐ Merited by Edwardard (1) ,ETFbitcoin (1)
to clarify: ELECTRUM_PATH should be something like this: /home/user/.New folder/whatever?
should it be in quotes?
I think first one is correct and you dont need it to be in quotes

Either option is a valid choice. But if you don't use quotes, you need to escape any space within the file path with a backslash.

Code:
"/home/user/.New folder/whatever"
#or
/home/user/.New\ folder/whatever