목록cnetOS (2)
변군이글루

fabric hello print on CentOS 8 테스트 환경 $ cat /etc/redhat-release CentOS Linux release 8.1.1911 (Core) $ python -V Python 3.6.8 $ fab -V Fabric 2.5.0 Paramiko 2.7.2 Invoke 1.5.0 fabfile.py 파일 편집 $ vim fabfile.py from fabric import task @task def hello(ctx): print("hello world.") fab 실행 fab hello $ fab --list Available tasks: hello $ fab hello hello world.

CentOS8에서 oniguruma-devel 패키지 설치 configure: error checking for oniguruma... no configure: error: Package requirements (oniguruma) were not met: Package 'oniguruma', required by 'virtual:world', not found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables ONIG_CFLAGS and ONIG_LIBS to ..