Skip to content

Fix python 3.6 compatibility

Erik von Reis requested to merge erik.vonreis/conda:py36 into master

Fix exception when running in python 3.6

subprocess in python 3.6 did not support 'text' arugment type. Replaced with 'encoding='utf-8''.

Closes #4 (closed)

Edited by Erik von Reis

Merge request reports