joeydrizz

Python Virtual ENV

Apr 1st, 2022 (edited)
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. #Initialize
  2. python3.9 -m venv /root/Directory
  3.  
  4. #Activate
  5. source /root/Directory/bin/activate
Add Comment
Please, Sign In to add comment