我可以从.tox文件夹设置项目解释器吗?

时间:2017-01-16 22:21:10

标签: python pycharm tox

' tox'口译员在' .tox'执行命令tox后的文件夹。 有没有办法将解释器设置为PyCharm?

1 个答案:

答案 0 :(得分:1)

更新:今天使用PyVenvManage Plugin可以轻松实现这一点,enter image description here提供了一个上下文菜单条目,可以直接激活.tox中的任何virtualenv。

是的,这是可能的。你打开设置 - >项目口译员 - >添加local并选择要使用的python二进制文件。它是否位于.tox文件夹或其他位置并不重要。

enter image description here

pycharm help

另见https://www.codeigniter.com/user_guide/general/styleguide.html#file-naming