Python Forum
can same time have installed Python 3.7.2 64-bit ???
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
can same time have installed Python 3.7.2 64-bit ???
#1
I installed Python 3.7.1 32-bit
can same time have installed Python 3.7.2 64-bit ???

System PC: Windows 10 Pro 64-bit
Reply
#2
remove the one which you don't need and use the one which you need
Reply
#3
Use virtual environments and pyenv. Then it's fine to have as many versions of python as you wish
See:
If OS is Linux: https://python-forum.io/Thread-Part-1-Li...nvironment
For windows: https://python-forum.io/Thread-Part-2-Py...nt-Windows
Reply
#4
(Jan-17-2019, 08:45 AM)lsepolis123 Wrote: can same time have installed Python 3.7.2 64-bit ???
The easiest then is use Anaconda or miniconda in 64-bit.
Eg for me Python(python.org) 3.7 32-bit.
C:\
λ python
Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()
Anaconda Python 3.7 64-bit.
G:\Anaconda3
λ python
Python 3.7.1 (default, Dec 10 2018, 22:54:23) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()
Do i ever need 64-bit not really,i couple of times run out of memory with large dataset.
I have 32-bit as an old habit from the old days,when not all was working in 64-bits for Python.
Reply
#5
ok i will do this
Reply
#6
Has tutorial here for Anaconda.
Windows Python.org here.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Launcher (on Windows) only necessary when 2 or more Python versions installed? pstein 1 317 Feb-17-2024, 12:43 PM
Last Post: deanhystad
  How to change UTC time to local time in Python DataFrame? SamKnight 2 1,599 Jul-28-2022, 08:23 AM
Last Post: Pedroski55
  Installed versions of Python SamHobbs 5 2,506 Sep-02-2021, 02:28 PM
Last Post: jefsummers
  I seem to have two versions of python 3.7.9 installed miner_tom 7 4,436 Nov-22-2020, 06:42 PM
Last Post: miner_tom
  Package installed through Anaconda "not found" by Python zonova 0 2,294 May-08-2020, 11:50 PM
Last Post: zonova
  How to change directory to any folder where python is not installed ? firashelou 4 2,618 Apr-03-2020, 02:43 PM
Last Post: firashelou
  Is Python Installed? DaveMc 6 2,996 Jan-26-2020, 08:31 AM
Last Post: buran
  In Visual Studio Python is not properly installed jalea148 4 3,084 Sep-26-2019, 12:31 PM
Last Post: snippsat
  Python can't find module installed in anaconda iFunKtion 12 54,485 Mar-06-2019, 05:15 PM
Last Post: jwsmallz
  Getting error in finding time.time() value in python Lakshana 1 2,490 Jan-11-2018, 07:07 AM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020