Windows: Python version manager phptuts August 24, 2020 For Ruby, we have RVM – Ruby Version Manager and for NodeJS we have NVM – Node Version Manager. Which is the Python version manager?… Continue Reading
Python: how to fix error: OSError: [Errno 28] No space left on device phptuts August 23, 2020 Example error: Fix: change TMPDIR Done! Now all things are normal: Continue Reading
How to install package python-pip on Centos phptuts May 7, 2016 With CentOS/RHEL 6,7: Step 1: Install EPEL repo Read: How to Install EPEL repo on CentOS Step 2: Install python-pip With CentOS/RHEL 5: You must… Continue Reading