lndoctor allows you to analyse symbolic links in different level of detail:
lndoctor -r /path/to/mylinkShows the real path of the link. Examples of functionality:
lndoctor -r `pwd`cd `lndoctor -r "$PWD"`conda install -c conda-forge lndoctorThis will also download and install all necessary dependencies.
pip install lndoctorThis will also download and install the necessary Python modules.
# Download lndoctor
git checkout https://github.com/tdegeus/lndoctor.git
cd lndoctor
# Install
python -m pip install .This will also download and install the necessary Python modules.