I install GX successfully,
pip show great-expectations
Name: great-expectations
Version: 1.3.1
Summary: Always know what to expect from your data.
Home-page: https://greatexpectations.io
Author: The Great Expectations Team
Author-email: team@greatexpectations.io
License: Apache-2.0
Location: /data/hdp-task-deploy/srcRootDir/great_expectations/venv/lib/python3.9/site-packages
Requires: altair, cryptography, jinja2, jsonschema, marshmallow, mistune, numpy, packaging, pandas, posthog, pydantic, pyparsing, python-dateutil, requests, ruamel.yaml, scipy, tqdm, typing-extensions, tzlocal
Required-by:
But when I run great_expectations init
-bash: great_expectations: command not found
What is the problem, How to solve this problem?
Thank you so mucn
Richard