linux - Trying to install Quandl on Python -
i changed os windows 10 linux, , i'm trying install quandl
packages using pip install
method. did googling , found following command:
$ pip install quandl
but wasn't installed.
i guess due lack of pip in new linux computer.
follow instruction install pip first, https://pip.pypa.io/en/stable/installing/
if have pip , installed quandl, can't access in python. maybe due path problem , think have edit it.
export path=/usr/local/bin:$path
Comments
Post a Comment