In this post, I am demonstrating how to install pvenv on an Oracle Linux 6.10 and hwo to use pvenv to create a virtual envrionment with a python 3 version which is different than the version 2.6.6 coming with Oracle Linux 6.10. In one of my prvious posts, I've explained different types of Python virtual … Continue reading pyenv installation on Oracle Linux 6.10
Tag: Python
Python Virtual Environment
When starting a new python project, you need to decide what version of python (nowadays python 3.x+ is the obvious best choice) to use and what packages and modules you will use. Even you may have system administration privilege, it's a best practice not to install the version of python and packages & modules systemwide … Continue reading Python Virtual Environment