Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. "/usr/bin/python"
  2.  
  3. "/Library/Frameworks/Python.framework/Versions/3.7/bin/python3"
  4.  
  5. import pandas as pd
  6.  
  7. reticulate::repl_python()
  8. Python 2.7.10 (/usr/bin/python)
  9. Reticulate 1.12 REPL -- A Python interpreter in R.
  10.  
  11. $ python --version
  12. Python 3.7.3
  13. which python3
  14. /Library/Frameworks/Python.framework/Versions/3.7/bin/python3
  15.  
  16. use_python("/Library/Frameworks/Python.framework/Versions/3.7/bin/python3")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement