Questions tagged «conda»

4
sudo:conda:找不到命令
我.sh从此处使用其32位文件安装了Conda 。 这是正常运行的安装过程的基本部分: Do you approve the license terms? [yes|no] [no] >>> yes Miniconda3 will now be installed into this location: /home/begueradj/miniconda3 - Press ENTER to confirm the location - Press CTRL-C to abort the installation - Or specify a different location below [/home/begueradj/miniconda3] >>> PREFIX=/home/begueradj/miniconda3 installing: python-3.4.2-0 ... installing: …
18 conda 

6
致命的Python错误:Py_Initialize:无法获取区域设置编码…SyntaxError:无效的语法异常终止(核心已转储)
我通过运行安装了anaconda bash Anaconda-2.2.0-Linux-x86_64.sh 在成功安装的Ubuntu 14.04系统上执行命令,然后要求我导出新的/home/username/anaconda/bin$ PATH环境变量。 这样,我能够使用anaconda的所有功能,包括IDE的功能,以及成功使用所有基于conda的命令的功能。 下次我启动系统时,每个未键入的命令都会看到一个 Fatal Python error: Py_Initialize: Unable to get the locale encoding File "/usr/local/lib/python2.7/encodings/__init__.py", line 123 raise CodecRegistryError,\ ^ SyntaxError: invalid syntax Aborted (core dumped) 错误。(除python特定命令外的所有命令) 在关注了一些stackexchange和askubuntu帖子之后,还注意到我$PYTHONPATH已经设置为usr/local/lib/python2.7,我试图 export PYTHONPATH=$PYTHONPATH:/home/username/anaconda/lib/python2.7 但这没有帮助。 这使我经历了软件包删除和重新安装的整个过程,当然还有大量的更新和升级,以尝试自己解决问题。 conda info -a 返回: CIO_TEST: <not set> CONDA_DEFAULT_ENV: <not set> CONDA_ENVS_PATH: <not set> …

1
在Ubuntu 17.10上使用conda进行软件包安装后,man <命令>不显示任何内容
当我尝试获取联机帮助页时,man它似乎什么也不显示,并且表现得就像我刚刚按Enter一样 ~$ man ls ~$ man man 我试图从这些页面无济于事的解决方案 问题1 问题2。最后一个问题完全符合我的情况,但修复似乎不起作用。虽然info似乎可行。 以下是一些其他信息: ~$ man --version man 2.7.6.1 ~$ type -p man /usr/bin/man ~$ type -t man file ~$ manpath /home/abhilash/anaconda3/man:/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/lib/jvm/java-8-oracle/man ~$ uname -a Linux abhilash-ThinkPad-T440 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux 更新 ~$ type …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.