markdown 蟒蛇小贴士

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 蟒蛇小贴士相关的知识,希望对你有一定的参考价值。

## How to use pip inside the anaconda environment

Some times, it looks like the pip installer used by default use the system module folder to store python modules.
So, to ensure the correct installation inside the environment, you can call splicitely the pip binary inside the environment location.
Something like this:

```
$ ~/anaconda/envs/[venv_name]/bin/pip install [package_name]
```

以上是关于markdown 蟒蛇小贴士的主要内容,如果未能解决你的问题,请参考以下文章

markdown Git小贴士

markdown Git小贴士

markdown 健康小贴士

markdown 蟒蛇关键字传参.MD

markdown 蟒蛇

markdown 蟒蛇定时执行脚本实例