由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - what happens if you install both python 2.7 and python 3 ?
相关主题
python转化成exe的能力怎样?Python是不是死了?
《Python参考手册 (第4版)》[PDF]还在讨论Python 2.7 vs Python 3.x的看这个
写脚本真麻烦也问问Python2和Python3.x的区别:并行计算有什么新进展
受不了python了error of install numpy1.8.1 win7 python3.2 (转载)
python 2/python 3这是怎么一回事呀cygwin里的python可以用Windows的odbc吗?
why I can not import Tkinter?Py2exe or Portable Python
python 3.5 typing hint普及之後 python真要統治世界了。用python测webpage
版上哪个大牛评论下python 3.5 gradual typing?python binary string问题 (转载)
相关话题的讨论汇总
话题: root话题: python话题: usr话题: bin话题: oct
进入Programming版参与讨论
1 (共1页)
w**2
发帖数: 724
1
any conflicts ?
thanks !
c******f
发帖数: 243
2
应该没事吧
depends on which binary file to execute..
n******7
发帖数: 12463
3
现在的distro都自带几个版本的
-> ll /usr/bin/python*
lrwxrwxrwx 1 root root 9 Oct 24 09:36 /usr/bin/python -> python2.7
lrwxrwxrwx 1 root root 9 Oct 24 09:36 /usr/bin/python2 -> python2.7
-rwxr-xr-x 1 root root 2663960 Jan 26 2013 /usr/bin/python2.6
-rwxr-xr-x 1 root root 3745024 Oct 18 06:07 /usr/bin/python2.7
lrwxrwxrwx 1 root root 33 Oct 18 06:07 /usr/bin/python2.7-config -> x86
_64-linux-gnu-python2.7-config
lrwxrwxrwx 1 root root 16 Oct 24 09:36 /usr/bin/python2-config ->
python2.7-config
lrwxrwxrwx 1 root root 9 Nov 30 12:48 /usr/bin/python3 -> python3.4
-rwxr-xr-x 2 root root 4476488 Oct 8 04:45 /usr/bin/python3.4
-rwxr-xr-x 2 root root 4476488 Oct 8 04:45 /usr/bin/python3.4m
lrwxrwxrwx 1 root root 10 Nov 30 12:48 /usr/bin/python3m -> python3.4m
lrwxrwxrwx 1 root root 16 Oct 24 09:36 /usr/bin/python-config ->
python2.7-config
w*x
发帖数: 518
4
Try Anacodna,
or WinPython (winpython.github.io) if you are using windows
L***s
发帖数: 1148
5
venv, just like rvm for Ruby and nvm for Node.js
You can also install Conda on your home dir,
and activate any virtual environment you want.
Don't mess with the system installation.

【在 w**2 的大作中提到】
: any conflicts ?
: thanks !

c******g
发帖数: 4889
6
完全可以装几个不同的版本。
m***r
发帖数: 359
7
没问题。注意好设置python, pip, easy_install的到底指向哪个版本就可以了
l**********n
发帖数: 8443
8
不是有virtualenv吗?
1 (共1页)
进入Programming版参与讨论
相关主题
python binary string问题 (转载)python 2/python 3这是怎么一回事呀
新语言背后的黑暗现实why I can not import Tkinter?
python3 输入 菜鸟问题python 3.5 typing hint普及之後 python真要統治世界了。
感觉用python的人,属于程序员中的文艺青年那类的版上哪个大牛评论下python 3.5 gradual typing?
python转化成exe的能力怎样?Python是不是死了?
《Python参考手册 (第4版)》[PDF]还在讨论Python 2.7 vs Python 3.x的看这个
写脚本真麻烦也问问Python2和Python3.x的区别:并行计算有什么新进展
受不了python了error of install numpy1.8.1 win7 python3.2 (转载)
相关话题的讨论汇总
话题: root话题: python话题: usr话题: bin话题: oct