Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Example
  2. $ python --version
  3. Python 2.7.6
  4. $ python3 --version
  5. Python 3.4.3
  6. $ alias python=python3
  7. $ python --version
  8. Python 3.4.3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement