Monday 25 January 2016

Install Python 3.4 in virtual environment ?


Using this command we can easily configure the python 3.4 in virtual environment :-

      virtualenv -p /usr/bin/python3.4 newpython


No comments:

Post a Comment