Powershell Python: Change version used

后端 未结 2 761
臣服心动
臣服心动 2020-12-07 03:06

I\'m using windows xp.

I\'m trying to use Python in powershell. On my computer I have both Python 3.3 and 2.7 installed. I\'m trying to run 2.7 but whenever I type \

2条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-07 03:26

    Something like Python Select? Windows support is experimental but it might be worth a try.

    https://github.com/Activestate/pythonselect

    There's also switchpy, although that only supports up to Python 3.2.

    apipes.blogspot.com/2010/10/switchpy.html?m=1

提交回复
热议问题