python-versions/tests/sources/psutil-install-test.sh

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