Files
python-versions/tests/sources/psutil-install-test.sh
2020-04-29 10:57:27 +03:00

5 lines
159 B
Bash

# Check if shared libraries are linked correctly
python -m venv /tmp/aml-ve
source /tmp/aml-ve/bin/activate
easy_install --version
pip install psutil --verbose