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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -