简体   繁体   中英

Where is /root/anaconda3?

I installed Anaconda3 and it should be located in the /root/anaconda3 folder. I can't find it using the search tab (I'm using the OpenSUSE Leap 15.4 operating system). How can I access this?

Most probably it has been put in another directory, you can search it using:

find / -name "anaconda3"

Or:

sudo find / -name "anaconda3"

The last might be interesting in case you need to search within directories where you don't have permission.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM