I have run the code below:
python -m site --user-site
and the output is
/home/aegono/.local/lib/python2.7/site-packages
But when I list all hidden folders in /home/aegono
, I could not see .local
folder.
cd /home/aegono/
ls -a
.local
folder seems not existing.
How shall I navigate to the site-packages
folder?