I was getting an error while accessing my jupyter notebook which was a syntax error in dateutil module so I uninstalled it using pip uninstall pyhton-dateutil and then while installing it again using pip install python-dateutil I got this message Requirement already satisfied: python-dateutil in ./miniconda3/lib/python3.6/site-packages (1.5)
then for removing it completely I tried rm -rf ./miniconda3/lib/python3.6/site-packages/dateutil
someone please suggest me what to do as my jupyter notebook is not working as it need dateutil for working