deactivate does not accept arguments reminder_args : ('myenv', ) help me Activity Sign up for freeto join this conversation on GitHub.Already have an account?Sign in to comment
When I run the command with any argument, it says deactivate does not accept arguments. ~> conda deactivate base (base) deactivate does not accept arguments remainder_args: ('base',) Thus, I cannot deactivate. Expected Behavior It should successfully deactivate without arguments. ...
d part of Anaconda Distribution licensed to you as provided in this Agreement. This Agreement does not entitle you to any support for Anaconda Distribution. Anaconda reserves all rights not expressly granted to you in this Agreement. Redistribution and use in source and binary forms, with or with...
基本使用 conda create -n kraken2 # 创建环境 conda create -n kraken2 python=3.8 # 创建环境,并安装py3.8 conda create -n python3.7 python=3.7 -c bioconda conda info --envs # 查看环境列表 conda activate ENV # 激活conda环境 conda deactivate ENV # 退出conda环境 conda list # 查看conda中已经...
You'll find they are much more snappy than the source activate and source deactivate commands from previous conda versions. The conda activate command also has advantages of (1) being universal across all OSes, shells, and platforms, and (2) not having path collisions with scripts from other...
(sciwork) mbessdl2$ conda deactivate sciwork deactivate does not accept arguments remainder_args: ['sciwork'] (sciwork) mbessdl2$ echo $PATH /Users/mbessdl2/anaconda3/bin:/Users/mbessdl2/anaconda3/envs/sciwork/bin:/Users/mbessdl2/anaconda3/condabin:/usr/local/bin:/usr/bin:/bin:...
Running something likeconda deactivate this-will-error-out-as-expectedwill throw an error message (as expected sinceconda deactivatedoes not accept arguments), but it will actually change PATH such that/Users/temporaryadmin/miniconda3/binappears first. I assume this is because part of the deactivat...
Fix erroneous conda deactivate behavior of unsetting preexisting environment variables that are identical to those set during conda activate. (#12769) Correct third-party subcommands to receive remaining arguments instead of a blanket sys.argv[2:] which broke conda_cli testing. (#12814, #12910) ...
If there is interest in this, I could create and submit a package (a proper package would of course take care of undoing the change during conda deactivate) Contributor msarahan commented Mar 7, 2019 @fgp that sounds like a really good way to do it. I recommend submitting your package ...
detect prefix paths when -p nor -n not given (#9135) Add config parameter to disable conflict finding (for faster time to errors) (#9190) Bug fixes fix race condition with creation of repodata cache dir (#9073) fix ProxyError expected arguments (#9123) ...