markdown 使用python virtualenv运行内核

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 使用python virtualenv运行内核相关的知识,希望对你有一定的参考价值。

One thing you can do from the command line is activate the virtual environment then install the kernel specification from within the environment:

```bash
python -m ipykernel install --user --name some-env --display-name "Python (some-env)"
```


```bash
ipython kernelspec list
```

以上是关于markdown 使用python virtualenv运行内核的主要内容,如果未能解决你的问题,请参考以下文章

markdown [centos on centos] #lamp #centos #virtual-host #subdomain #configuration

vue中Virtual DOM源码学习(简书原文转移)

Python virtual env

Python virtual env

python虚拟环境—virtual environment

Python Virtual Environment 设置