Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pythonpath #33

Open
Haiyan-Chris-Wang opened this issue Jan 9, 2018 · 4 comments
Open

pythonpath #33

Haiyan-Chris-Wang opened this issue Jan 9, 2018 · 4 comments

Comments

@Haiyan-Chris-Wang
Copy link

How do I add src folder to pythonpath?

@foolhb
Copy link

foolhb commented Jan 22, 2018

If in linux, I think you can add it in the .bashrc. But I think perhaps better to copy the lib/source into the root directory of this project

@iShinJini
Copy link

iShinJini commented Apr 7, 2018

@foolhb
do u mean /usr/lib/python2.7/ <--- ?

@tonsquemike
Copy link

If you're using bash (on a Mac or GNU/Linux distro), add this to your ~/.bashrc

export PYTHONPATH="${PYTHONPATH}:/my/other/path"

@iShinJini
Copy link

@tonsquemike
Thank you !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants