Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. # start a new virtual environment with another python
  2. virtualenv --python=python3.5 .venv
  3. source .venv/bin/activate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement