Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 192 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 192 Bytes

Python

create virtual environment
python3 -m virtualenv python3.6
source python3.6/bin/activate
(python3.6) [root@test]#

# python3.6 -m pip install --upgrade pip

# pip3 list