Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing bug executing setup.sh script in python venv
Fixing issue when running setup.sh in venv steps to reproduce ------------------------------- 1) go to the MobSF folder 2) execute command "python -m venv venv" 3) execute command "source ./venv/bin/activate" 4) run setup.sh console output: ....... [notice] To update, run: pip install --upgrade pip ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv. [INSTALL] Installing Requirements ........ Solution: --------------- after adding a check for pip location not in /usr/lib/python the script works without any errors
- Loading branch information