forked from platformio/platformio-core
Explain that no need to use sudo pio ...
This commit is contained in:
@ -33,8 +33,7 @@ from platformio.util import get_api_result
|
|||||||
"-g",
|
"-g",
|
||||||
"--global",
|
"--global",
|
||||||
is_flag=True,
|
is_flag=True,
|
||||||
help="Manage global PlatformIO"
|
help="Manage global PlatformIO library storage")
|
||||||
" library storage `%s`" % join(util.get_home_dir(), "lib"))
|
|
||||||
@click.option(
|
@click.option(
|
||||||
"-d",
|
"-d",
|
||||||
"--storage-dir",
|
"--storage-dir",
|
||||||
|
@ -226,7 +226,8 @@ class UpgradeError(PlatformioException):
|
|||||||
class HomeDirPermissionsError(PlatformioException):
|
class HomeDirPermissionsError(PlatformioException):
|
||||||
|
|
||||||
MESSAGE = "You do not have permissions to PlatformIO home directory.\n"\
|
MESSAGE = "You do not have permissions to PlatformIO home directory.\n"\
|
||||||
"Please remove `{0}` folder manually and repeat operation."
|
"Please remove `{0}` folder manually and avoid using "
|
||||||
|
"`sudo pio ...`."
|
||||||
|
|
||||||
|
|
||||||
class CygwinEnvDetected(PlatformioException):
|
class CygwinEnvDetected(PlatformioException):
|
||||||
|
Reference in New Issue
Block a user