So, to create a new Python 3.6 virtualenv, run this command: $ mkvirtualenv myvirtualenv --python=/usr/bin/python3.6 ...or similarly for Python 2.7:
確定! 回上一頁