Guest User

Untitled

a guest
Jan 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import sys
  2. # 自分のモジュールを優先順位の高い位置に挿入する.
  3. sys.path.insert(0,'/Users/kaito/myccxt/python/')
  4. import ccxt
  5.  
  6. print(ccxt.__path__)
Add Comment
Please, Sign In to add comment