I have tried the latest version on Mac OS, but I still cannot build my project properly using virtualenv. In my virtualenv I used Python 3.5, but when I used python + virtualenv to build, it used Python 2.9.
When I do virtualenv : activate, I didn't get anything and the building still does not work.
Any suggestions?
I have tried the latest version on Mac OS, but I still cannot build my project properly using virtualenv. In my virtualenv I used Python 3.5, but when I used
python + virtualenvto build, it used Python 2.9.When I do
virtualenv : activate, I didn't get anything and the building still does not work.Any suggestions?