问题
Just starting out with AWS Cloud9. Started a new project (Django with Beanstalk).
Opened Cloud9 environment, typed in virtualenv --python=/usr/bin/python3.6 venv
then, when i type: sourse venv/bin/activate
i see: (venv) USERNAME:$
So, it looks ok, but
python --version
gives me 2.7.
Even more, when I install packages with "activated" virtual environment I get them installed in system-wide python 2.7.
来源:https://stackoverflow.com/questions/52108586/aws-cloud9-python-virtual-environment-is-not-actually-activated-uses-system-wi