Advertisement
thesuhu

Python

Jun 19th, 2022
1,186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. # Create a new virtual environment
  2. python3 -m venv venv
  3. # activate
  4. source venv/bin/activate
  5. # activate windows
  6. venv\Scripts\activate
  7. # install
  8. pip install python-dotenv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement