mirror of
https://github.com/actions/python-versions.git
synced 2025-04-04 22:39:40 +00:00
5 lines
159 B
Bash
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 |