20.01.14 00:03 작성
·
1.8K
답변 4
0
2020. 02. 18. 21:03
conda create -n base python=3.6을 cmd에 쓰니
CondaValueError: The target prefix is the base prefix. Aborting.
라고 나오면 어떻게 해야할까요?
0
2020. 01. 16. 22:24
예 감사합니다.
일단
conda create -n base python=3.6
conda activate base
pip install -U backend.ai-client==19.03.2
후에 다시 실행 부탁드립니다.
0
2020. 01. 15. 21:18
1.python 은 되고
conda 는 아래처럼 나오는데 되는건지 모르겠네요.
conda is a tool for managing and deploying applications, environments and packages.
Options:
positional arguments:
command
clean Remove unused packages and caches.
config Modify configuration values in .condarc. This is modeled
after the git config command. Writes to the user .condarc
file (C:\Users\JUNE\.condarc) by default.
create Create a new conda environment from a list of specified
packages.
help Displays a list of available conda commands and their help
strings.
info Display information about current conda install.
init Initialize conda for shell interaction. [Experimental]
install Installs a list of packages into a specified conda
environment.
list List linked packages in a conda environment.
package Low-level conda package utility. (EXPERIMENTAL)
remove Remove a list of packages from a specified conda environment.
uninstall Alias for conda remove.
run Run an executable in a conda environment. [Experimental]
search Search for packages and display associated information. The
input is a MatchSpec, a query language for conda packages.
See examples below.
update Updates conda packages to the latest compatible version.
upgrade Alias for conda update.
optional arguments:
-h, --help Show this help message and exit.
-V, --version Show the conda version number and exit.
conda commands available from other packages:
build
convert
debug
develop
env
index
inspect
metapackage
render
server
skeleton
verify
2. 윈도우 10입니다
0