Hi, When I install m2ee-tools, I follow the installation manual, but is still being given m2ee
.bashrc config
.bashrc
Source global definitions
if [ -f /etc/bashrc ]; then . /etc/bashrc fi
Uncomment the following line if you don't like systemctl's auto-paging feature:
export SYSTEMD_PAGER=
export PYTHONPATH="/opt/mendix/m2ee-tools/thirdparty/httplib2-0.8/python2/:\ /opt/mendix/m2ee-tools/thirdparty/PyYAML-3.11/lib/"
User specific aliases and functions
alias m2ee="/opt/mendix/m2ee-tools/0.5.11/src/m2ee.py \ -c /opt/mendix/application/data/config/m2ee.yaml"
application tree /opt/mendix/application
├── application/
│ ├── data/
│ │ ├── database/
│ │ ├── files/
│ │ ├── model-upload/
│ │ └── tmp/
│ ├── model/
│ ├── runtimes/
│ └── web/
└── m2ee-tools/
├── 0.5.11/
└── thirdparty/
├── httplib2-0.8/
└── PyYAML-3.11/
My Operating System is CentOs 8, I install in my VMware
How can I resolve it?
Thx!