Open papiveron opened 3 years ago
Looks like we maybe need to update our docs. Maybe we failed to include that you need to git clone the repo. Could you submit a PR when you figure it out?
cannot successfully run the pip command in a new awx-web container in kubernetes AWX version 22.0.1 deployed with the awx operator.
pip install sphinx sphinxcontrib-autoprogram .... ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/var/lib/awx/.local/lib' Check the permissions.
clone the repo in /tmp
git clone https://github.com/ansible/awx.git
Create virtual environment in /tmp and activate it.
python3 -m venv --system-site-packages /tmp/venv
Install the pip package
Then running the build command fails with
bash: make: command not found
Not sure how to get further than that as unknown awx password for sudo plus the awx user isn't in the sudoers file.
I figured it out. You don't need to be inside a pod of a working AWX deployment.
You just need to point the build scripts at one with a valid user and password.
requirements that are not mentioned in the README. Where you are planning on running the build needs the following packages python as python 3 or python3 git make
Hi
I've installed awxkit on my server, and I'm trying to build doc as specified here
But there is no
awxkit
folder on the file system. Did I miss something?Regards, Eugène NG