Advertisement
silver2row

trying python.org docs for usage...

Sep 29th, 2020
976
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. Hello,
  2.  
  3. set_ here...
  4.  
  5. 1. python3 -m venv /path/to/new/virtual/environment
  6. 2. cd to that dir.
  7. 3. source bin/activate
  8. 4. pip3 install numpy scipy matplotlib "Whatever really!"
  9.  
  10. 5. Sit back and sip
  11.  
  12. Enjoy
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement