废话不多说直接上代码

virtualenv -p C:\Python27\python2.exe env

上面的*.exe是你要使用的python版本的exe文件的绝对路径。
官方文档参考:http://virtualenv-chinese-docs.readthedocs.io/en/latest/#id29

相关文章:

  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2021-06-14
  • 2021-05-22
  • 2021-10-30
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-27
  • 2022-01-09
  • 2021-11-20
  • 2021-12-04
  • 2021-07-16
相关资源
相似解决方案