about the Python 3.6 environment setting in code envs

Options
YJL
YJL Registered Posts: 2 ✭✭✭✭

I am new to dataiku, currently using Anaconda3 for python 3 in MAC.

What's the best way to quickly set up my environment in dataiku, please advice.

I got the following error:

/Users/[username]/Library/DataScienceStudio/dss_home/bin/python failed (exit code: 3)

And I have tried to type in my bash_profile:

export PATH="/Users/zakkyang/anaconda3/bin:$PATH"

PATH= “~/Library/DataScienceStudio/dss_home/bin/env-site.sh”

I also tried to put the following to env-site.sh

PATH=”/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}”

Answers

Setup Info
    Tags
      Help me…