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

4x4 Matrix in Python -

python - String indices must be integers and while issue -

python - PyInstaller UAC not working in onefile mode -