Fish Python Ubuntu How Can I Set Pythonpath In Fish? July 25, 2024 Post a Comment The following works in bash: ~$ echo $PYTHONPATH ~$ export PYTHONPATH=/path/to/test/folder ~$ echo… Read more How Can I Set Pythonpath In Fish?