我已经按照这个https://www.openscg.com/bigsql/package-manager/但是在最后一个命令如何提供密码
我想通过 pgc 安装 pg96 。
一切正常 pgc 都安装在我的系统中,但是当我想安装 pg96 时,它会给出错误和线索。
步骤 18/19 : RUN ./pgc start pg96 ---> 在 00938b13380c 中运行
初始化 pg96
Step 18/19 : RUN ./pgc start pg96
---> Running in 00938b13380c
## Initializing pg96 #######################
/usr/lib64/python2.7/getpass.py:83: GetPassWarning: Can not control echo on the terminal.
passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Superuser Password [password]: Traceback (most recent call last):
File "/bigsql/pg96/init-pg96.py", line 112, in <module>
pg_password = util.get_superuser_passwd()
File "/bigsql/hub/scripts/util.py", line 1344, in get_superuser_passwd
pg_pass1 = getpass.getpass(str("Superuser Password [password]: "))
File "/usr/lib64/python2.7/getpass.py", line 83, in unix_getpass
passwd = fallback_getpass(prompt, stream)
File "/usr/lib64/python2.7/getpass.py", line 118, in fallback_getpass
return _raw_input(prompt, stream)
File "/usr/lib64/python2.7/getpass.py", line 135, in _raw_input
raise EOFError
EOFError
当我在做 ./pgc 启动 pg96
它要求输入密码,因为我在使用 docker 文件时如何提供密码。