ProbeManager
ProbeManager copied to clipboard
Cannot Start ProbeManager
returns error "install before starting the server"
- Ubuntu 14.04
- Python 3.6.3
- pip 9.0.1
- Installed as root and user:
./install.sh prod /usr/local/share
Install runs with only the following errors: "E: Unable to locate package python3-venv" and "Python version not allowed : 2.7.6"
I have verified that I can make a virtual environment using python3 -m venv /path/to/env and I have also modified .bashrc to alias python to python3.6
Thanks.