1、conda install jupyter notebook conda install -c anaconda jupyter 2、conda install nb_conda //将conda创建的环境与Jupyter Notebook相关联 3、conda install -c conda-forge jupyter_contrib_nbextensions //为Jupyter Notebook创建markdown支持 3、jupyter notebook --help 4、root用户启动jupyter notebook:j...
import sys print(sys.version) import pkg_resources installed_packages = [dist.project_name for dist in pkg_resources.working_set] print(installed_packages) 这将输出当前Python版本和环境中已安装的所有包列表,从而帮助你验证环境是否正确配置。 通过以上步骤,你应该能够在Jupyter Notebook中成功配置并使用co...
# GENERATED BY DEBIAN import sys # Run the main entry point, similarly to how setuptools does it, but because # we didn't install the actual entry point from setup.py, don't use the # pkg_resources API. #from pip import main #if __name__ == '__main__': # sys.exit(main())...
Current conda install: platform : win-64 conda version : 4.3.21 conda is private : False conda-env version : 4.3.21 conda-build version : not installed python version : 3.6.1.final.0 requests version : 2.14.2 root environment : C:\Users\...
这显示创建/修改了669个文件。其中大部分发生在/site-packages/numpy/,但six.py、pyparsing.py、/setuptools/、/pkg_resources/、easy_install.py、/werkzeug/也受到影响。 conda --version为4.2.12 为了让我的旧环境再一次运行,我尝试了下面的方法。
declare_namespace(pkg) File "C:\Users\Louie\Anaconda3\lib\site-packages\setuptools-27.2.0-py3.6.e gg\pkg_resources_init_.py", line 2118, in declare_namespace handle_ns(packageName, path_item) File "C:\Users\Louie\Anaconda3\lib\site-packages\setuptools-27.2.0-py3.6.e gg\pkg_resources...
easy_install.py mpmath pip pkg_resources setuptools-49.2.1.dist-info sympy-1.8.dist-info 可以看到,sympy确实被安装到到了相应的路径下,我们只是借助conda实现了macOS上某个Python版本的安装,而实际的虚拟环境管理,则是由pyenv virtualenv完成的。
conda install fastqc multiqc 包更新 更新特定包 conda update fastqc 更新Python conda update python 更新conda本身及Anaconda元数据包 conda update condaconda update anaconda 防止包更新 conda update fastqc --no-pin 在环境的conda-meta目录中,添加一个名为pinned的文件,其中包含您不想更新的软件包列表。
python -m pip install --upgrade pip -i https://pypi.douban.com/simple 1. 2.在windows环境下修改pip镜像源的方法(以python3.5为例) (1):在windows文件管理器中,输入 %APPDATA% (2):会定位到一个新的目录下,在该目录下新建pip文件夹,然后到pip文件夹里面去新建个pip.ini文件 ...
packages, you accept the terms and conditions of the NVIDIA cuDNN EULA - https://docs.nvidia.com/deeplearning/cudnn/sla/index.html / /home/gerome/anaconda3/envs/DEEPLABCUT/lib/python3.8/site-packages/nb_conda_kernels/install.py:8: DeprecationWarning: pkg_resources is deprecated as an API. ...