virtualenvwrapper and Python 3

后端 未结 9 1995
执念已碎
执念已碎 2020-12-22 17:06

I installed python 3.3.1 on ubuntu lucid and successfully created a virtualenv as below

virtualenv envpy331 --python=/usr/local/bin/python3.3
9条回答
  •  醉话见心
    2020-12-22 17:42

    On Ubuntu; using mkvirtualenv -p python3 env_name loads the virtualenv with python3.

    Inside the env, use python --version to verify.

提交回复
热议问题