tags: centos Deep learning
I just used the company's CentOS7 to run YOLO, and the environment was successful. When I wanted the Conda Activate environment name, I encountered the following errors:
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run
$ conda init <SHELL_NAME>
Currently supported shells are:
- bash
- fish
- tcsh
- xonsh
- zsh
- powershell
See 'conda init --help' for more information and options.
IMPORTANT: You may need to close and restart your shell after running 'conda init'.
The search results on the Internet are as followsSolution link。
Simply put, you have n’t entered the Base environment yet, and you ca n’t switch to your new environment, so you need to run first:
source activate
#Cut into the base environment, Source Activate allows you to enter the base environment.
#Then you can switch to other environments
Conda Activate's new environment name
#Exit also use Conda Deaveate
As above.
That's it.
conda activate environment name Error Your shell has not been properly configured to use 'conda activate'. Reactivate activate and deactivate with source Then it can be used conda activa...
conda activate error: Solution: Enter the anconda PowerShell prompt through the Win10 start menu, enter the command set-ExecutionPolicy RemoteSigned, and then enter y to close the interface. Restart M...
CONDA activation environment error: CommandNotFounderror: Your Shell Has Not Been Properly configured to use 'conda Activate'. Solution: Then enter conda activate your-env...
Your shell has not been properly configured to use 'conda activate'. Enter Anaconda Prompt ...
Problem Description CONDA created a new environment that could not be activated, and the error information was as follows. Cause Analysis The script execution strategy is limited. solution Run Windows...
I want to write a Bash script to activate the Python environment, train training using train.py Report: CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. If yo...
Using $ conda create -n rdkit python=3.6 to create a new environment on the server, the following problems have always appeared: $ conda create -n rdkit python=3.6 Solving environment: failed # >&g...
Conda Tsinghua's mirror can no longer be used:...
enter: Error: Solution: Note: When exiting the anaconda environment, do not use: Will report an error, the reason for the error After that, activate the required environment...
Article catalog problem the reason solve reference problem A virtual environment is created in Anaconda under Mac, wanting to activate with Conda Activate XXX, but tips: the reason The original enviro...