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 -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -