After installing Anaconda3 in opensuse, cocould not start d-bus. Can you call q6 ?, Opensuseanaconda3
After opensue Leap42.1 is installed recently, you have installed Anaconda3 to learn python and added the installation PATH of Anaconda3 to PATH. However, after you restart the system, "cocould not start d-bus. can you call q6? And cannot enter the system. This error is caused by adding the installation PATH of Anaconda3 to the PATH. After trying some methods, you can only reinstall the system, otherwise, you will still be unable to access the system, because. bashrc is not modified ). After reinstalling the system, I still want to install Anaconda3 to learn python. What should I do?
Here I tried two methods:
Method 1. Create a shell script anaconda-python.sh with the following content:
#! /Bin/shcd/home/logs/software/anaconda3/bin./python
Run the command sh anaconda-python.sh. Here, login is my Login User Name
Method 2: directly call python in the installation path:/home/packages/software/anaconda3/bin/python