python version on python server
NickName:tsrrhhh Ask DateTime:2015-10-14T19:33:28

python version on python server

I use pyenv to manage python versions. I'm using Python 3.4.1 :: Anaconda 2.1.0 (x86_64), but in python cgi running on python server, python version seems to become 2.7.10. How can I fix this to use version 3.4.1 on python server?

Copyright Notice:Content Author:「tsrrhhh」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/33124219/python-version-on-python-server

More about “python version on python server” related questions

python version on python server

I use pyenv to manage python versions. I'm using Python 3.4.1 :: Anaconda 2.1.0 (x86_64), but in python cgi running on python server, python version seems to become 2.7.10. How can I fix this to use

Show Detail

Python Version on Server - not changing

I'm new to running Python on servers, but I'm required to for one script and I just noticed that I was getting different output on my local vs. server machine. Locally, I run 3.6 and would like the

Show Detail

How to install a Python version on server using Ansible

I am using ansible to connect with server. But I am getting errors for certain pip packages because of older version of python. How can I install a specific version of python (2.7.10) using ansible.

Show Detail

Run multiple python version on SQL Server (2017)

Is it possible to run multiple Python versions on SQL Sever 2017? It is possible to do on Windows (2 Python folders, 2 shortcuts, 2 environment paths). But how to launch another Python version if ...

Show Detail

Installing new version of python on Debian Linux server

I ssh to a server running Debian Linux (Release 6.0.2) to run my python scripts. The python version installed on the server is 2.6.6. It is installed in /usr/bin/python2.6 (and symbolically linked ...

Show Detail

How install and use another version python(python 2.7) on linux with the default python version is python 2.6

There is a default python version, namely python 2.6, on the GPU server with Linux OS. Now I want to install a new python version on the server from its source, namely python 2.7. I should not chan...

Show Detail

Restart of python script within script with same python version

I am running a python program on a server, and on my account on the server I have the python version set in .bashrc file as follows: alias python="python2.7" I have a python script that I would l...

Show Detail

Python check windows server version

I need to log the current windows version in my python application for reporting purposes, but the built in functions I've found so far cant tell the difference between Windows client and server ve...

Show Detail

Installing django with python 2.5 and not with the default version of python

I have to install Django on my linux server where python 2.4 is available as the default installation. I have installed python 2.5 as a separate version. Now I have to install Django which I have t...

Show Detail

Vs code Python Interpreter Invalid Version Python error

I use remote-ssh extension to connect to remove linux server. From there I do development. All of a sudden, I got this Invalid Version Python error when loading conda env. It had been working fine. I

Show Detail