This is a python demo:
install lib in /tmp, then add /tmp to path
import os
import sys
os.system("pip install -r requirements.txt -t /tmp -i https://pypi.tuna.tsinghua.edu.cn/simple")
sys.path.append('/tmp')
This is a python demo:
install lib in /tmp, then add /tmp to path
import os
import sys
os.system("pip install -r requirements.txt -t /tmp -i https://pypi.tuna.tsinghua.edu.cn/simple")
sys.path.append('/tmp')
For further actions, you may consider blocking this person and/or reporting abuse
Mahmud Hasan Rafid -
John Antony -
Wojciech Lepczyński -
Muhammed Ashraf -
Top comments (0)