cgbahk / dotfiles

Archive of setting
2 stars 0 forks source link

[venv] PYTHONPATH not updated when accessed via URL #18

Open cgbahk opened 5 years ago

cgbahk commented 5 years ago

export PYTHONPATH in child process has no effect on parent process. So $ source ... is meaningful but $ bash ... has no effect to add update sys.path.

seems like editing PYTHONPATH manually is too temporary to change sys.path.