• support[@]kurinchilion.com
  • +1 (888) 666-4252

How to use different Python version with virtual environments?

Mar 30, 2015 - by kurinchilamp / / Post Comment
Use the flag -p with virtualenv command to specify the python version that you would want to use $ virtualenv -p /usr/bin/python/2.7 For windows environment, use c:\> virtualenv --python=c:\Python27\python.exe myenv
Continue Reading

How to check Python version number in Linux/Unix environment?

Sep 25, 2012 - by kurinchilamp / Linux Server / Post Comment
To check the Python version number in Linux, simply type $ python -V You will get an output
Python 2.4.3
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.