Fix env var name

This commit is contained in:
Dmitry Trofimov
2016-04-25 00:18:56 +02:00
parent 6048ecb6d1
commit de6fcdbd8a
+1 -1
View File
@@ -7,7 +7,7 @@ plugins {
envs {
bootstrapDirectory = new File(System.getenv().getOrDefault("PYCHARM_PYTHONS", new File(buildDir, 'pythons').path))
envsDirectory = new File(System.getenv().getOrDefault("PYCHARM_PYTHON_ENVS", new File(buildDir, 'envs').path))
envsDirectory = new File(System.getenv().getOrDefault("PYCHARM_PYTHON_VIRTUAL_ENVS", new File(buildDir, 'envs').path))
minicondaVersion = 'latest'
packages = ["pip", "setuptools"]
_64Bits = true