1、创建虚拟环境并激活 1.在 Anaconda Prompt 中,你可以使用以下命令创建一个新的虚拟环境: conda create --name myenv python=3.8 其中 your_env_name 是你要创建的环境名称,3.x 是你希望使用的 Python 版本。例如,如果你想创
纪念一下突击通过的红帽考试。 T1-安装与配置ansible # vim .vimrc # autocmd filetype yaml setlocal ai sw=2 ts=2 et cuc #ls /home/catherine -a,参考.ansible-navigator.yml ---