2021-10-04 UTC
# jeremycherfas I have a problem loading a module in Python. I know the module is at `~/opt/anaconda3/pkgs/` My project is at `~/notebooks/test/` I tried `.opt.anaconda3.pkgs import geojsonio` and `..opt.anaconda3.pkgs import geojsonio` and got two different errors. is there a Python euqivalent of `~`? Should I be spelling out `user`?