Are there binary packages available to upgrade python3 on Debian 9? [duplicate]2019 Community Moderator ElectionHow to install Python 3.6?How to fail prerm script and preinst script with error message in Debian packageHow can I upgrade MySQL in Debian using apt-get?Can't install Python3 package in Debian 7How can I upgrade a complete list of packages from stable to backportsWhen are binary-all/Packages files read on debian repositories?Proper way to encrypt a .deb packageHow to safely perform large #'s of package upgrades in Debian Unstable?Making an offline apt-cacher / mirrorHow to start a root service from a GUIDebian 8 Jessie errors on all MariaDB mirrors : Signature by key 199369E5404BD5FC7D2FE43BCBCB082A1BB943DB uses weak digest algorithm (SHA1)
Is there an Impartial Brexit Deal comparison site?
Can a Gentile theist be saved?
Greatest common substring
Simulating a probability of 1 of 2^N with less than N random bits
Installing PowerShell on 32-bit Kali OS fails
Calculating the number of days between 2 dates in Excel
Proof of Lemma: Every integer can be written as a product of primes
Is a naturally all "male" species possible?
What to do when my ideas aren't chosen, when I strongly disagree with the chosen solution?
Blender - show edges angles “direction”
How to check participants in at events?
Have I saved too much for retirement so far?
Is the next prime number always the next number divisible by the current prime number, except for any numbers previously divisible by primes?
Why isn't KTEX's runway designation 10/28 instead of 9/27?
Is there a problem with hiding "forgot password" until it's needed?
What does the "3am" section means in manpages?
How do ultrasonic sensors differentiate between transmitted and received signals?
Could solar power be utilized and substitute coal in the 19th century?
Partial sums of primes
Are taller landing gear bad for aircraft, particulary large airliners?
Should my PhD thesis be submitted under my legal name?
Stereotypical names
Resetting two CD4017 counters simultaneously, only one resets
What if somebody invests in my application?
Are there binary packages available to upgrade python3 on Debian 9? [duplicate]
2019 Community Moderator ElectionHow to install Python 3.6?How to fail prerm script and preinst script with error message in Debian packageHow can I upgrade MySQL in Debian using apt-get?Can't install Python3 package in Debian 7How can I upgrade a complete list of packages from stable to backportsWhen are binary-all/Packages files read on debian repositories?Proper way to encrypt a .deb packageHow to safely perform large #'s of package upgrades in Debian Unstable?Making an offline apt-cacher / mirrorHow to start a root service from a GUIDebian 8 Jessie errors on all MariaDB mirrors : Signature by key 199369E5404BD5FC7D2FE43BCBCB082A1BB943DB uses weak digest algorithm (SHA1)
This question already has an answer here:
How to install Python 3.6?
8 answers
I need to upgrade Python on 30 laptops at several remote sites. These laptops have Debian 9 with Python 3.5, and the library they'll be using for the planned activity (arcade) requires Python 3.6.
I have an update process that can deploy package updates, but it needs to be able to install quickly, so compiling Python is not an option.
debian python
marked as duplicate by nwildner, ilkkachu, GAD3R, Jeff Schaller, jimmij 2 days ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How to install Python 3.6?
8 answers
I need to upgrade Python on 30 laptops at several remote sites. These laptops have Debian 9 with Python 3.5, and the library they'll be using for the planned activity (arcade) requires Python 3.6.
I have an update process that can deploy package updates, but it needs to be able to install quickly, so compiling Python is not an option.
debian python
marked as duplicate by nwildner, ilkkachu, GAD3R, Jeff Schaller, jimmij 2 days ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
would 3.7 work?
– kemotep
Mar 22 at 16:55
Yeah, Pyhton3.7 would work
– Ben Davis
Mar 22 at 17:37
1
So if you absolutely cannot install it from source your options are to grab a random packaged binary off of github or upgrade to Buster to get 3.7 from the repos. If you have the infrastructure to deliver a package to other computers you only need to compile and package python once and deliver it that way. If you could edit your post to include more details as to what your available resources are I could assist in making an answer for that or provide details on how to migrate to Buster.
– kemotep
Mar 22 at 17:54
add a comment |
This question already has an answer here:
How to install Python 3.6?
8 answers
I need to upgrade Python on 30 laptops at several remote sites. These laptops have Debian 9 with Python 3.5, and the library they'll be using for the planned activity (arcade) requires Python 3.6.
I have an update process that can deploy package updates, but it needs to be able to install quickly, so compiling Python is not an option.
debian python
This question already has an answer here:
How to install Python 3.6?
8 answers
I need to upgrade Python on 30 laptops at several remote sites. These laptops have Debian 9 with Python 3.5, and the library they'll be using for the planned activity (arcade) requires Python 3.6.
I have an update process that can deploy package updates, but it needs to be able to install quickly, so compiling Python is not an option.
This question already has an answer here:
How to install Python 3.6?
8 answers
debian python
debian python
edited Mar 22 at 21:05
Rui F Ribeiro
41.7k1483142
41.7k1483142
asked Mar 22 at 16:49
Ben DavisBen Davis
1,084713
1,084713
marked as duplicate by nwildner, ilkkachu, GAD3R, Jeff Schaller, jimmij 2 days ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by nwildner, ilkkachu, GAD3R, Jeff Schaller, jimmij 2 days ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
would 3.7 work?
– kemotep
Mar 22 at 16:55
Yeah, Pyhton3.7 would work
– Ben Davis
Mar 22 at 17:37
1
So if you absolutely cannot install it from source your options are to grab a random packaged binary off of github or upgrade to Buster to get 3.7 from the repos. If you have the infrastructure to deliver a package to other computers you only need to compile and package python once and deliver it that way. If you could edit your post to include more details as to what your available resources are I could assist in making an answer for that or provide details on how to migrate to Buster.
– kemotep
Mar 22 at 17:54
add a comment |
would 3.7 work?
– kemotep
Mar 22 at 16:55
Yeah, Pyhton3.7 would work
– Ben Davis
Mar 22 at 17:37
1
So if you absolutely cannot install it from source your options are to grab a random packaged binary off of github or upgrade to Buster to get 3.7 from the repos. If you have the infrastructure to deliver a package to other computers you only need to compile and package python once and deliver it that way. If you could edit your post to include more details as to what your available resources are I could assist in making an answer for that or provide details on how to migrate to Buster.
– kemotep
Mar 22 at 17:54
would 3.7 work?
– kemotep
Mar 22 at 16:55
would 3.7 work?
– kemotep
Mar 22 at 16:55
Yeah, Pyhton3.7 would work
– Ben Davis
Mar 22 at 17:37
Yeah, Pyhton3.7 would work
– Ben Davis
Mar 22 at 17:37
1
1
So if you absolutely cannot install it from source your options are to grab a random packaged binary off of github or upgrade to Buster to get 3.7 from the repos. If you have the infrastructure to deliver a package to other computers you only need to compile and package python once and deliver it that way. If you could edit your post to include more details as to what your available resources are I could assist in making an answer for that or provide details on how to migrate to Buster.
– kemotep
Mar 22 at 17:54
So if you absolutely cannot install it from source your options are to grab a random packaged binary off of github or upgrade to Buster to get 3.7 from the repos. If you have the infrastructure to deliver a package to other computers you only need to compile and package python once and deliver it that way. If you could edit your post to include more details as to what your available resources are I could assist in making an answer for that or provide details on how to migrate to Buster.
– kemotep
Mar 22 at 17:54
add a comment |
1 Answer
1
active
oldest
votes
I ended up compiling python on an identical target machine using --prefix=/opt/Python3.6
as a configure option. I then just zipped up that dir so the target machines could download and extract it during the update process. The users were instructed to use /opt/Python3.6/bin/python3
as the interpreter.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I ended up compiling python on an identical target machine using --prefix=/opt/Python3.6
as a configure option. I then just zipped up that dir so the target machines could download and extract it during the update process. The users were instructed to use /opt/Python3.6/bin/python3
as the interpreter.
add a comment |
I ended up compiling python on an identical target machine using --prefix=/opt/Python3.6
as a configure option. I then just zipped up that dir so the target machines could download and extract it during the update process. The users were instructed to use /opt/Python3.6/bin/python3
as the interpreter.
add a comment |
I ended up compiling python on an identical target machine using --prefix=/opt/Python3.6
as a configure option. I then just zipped up that dir so the target machines could download and extract it during the update process. The users were instructed to use /opt/Python3.6/bin/python3
as the interpreter.
I ended up compiling python on an identical target machine using --prefix=/opt/Python3.6
as a configure option. I then just zipped up that dir so the target machines could download and extract it during the update process. The users were instructed to use /opt/Python3.6/bin/python3
as the interpreter.
answered Mar 23 at 1:36
Ben DavisBen Davis
1,084713
1,084713
add a comment |
add a comment |
-debian, python
would 3.7 work?
– kemotep
Mar 22 at 16:55
Yeah, Pyhton3.7 would work
– Ben Davis
Mar 22 at 17:37
1
So if you absolutely cannot install it from source your options are to grab a random packaged binary off of github or upgrade to Buster to get 3.7 from the repos. If you have the infrastructure to deliver a package to other computers you only need to compile and package python once and deliver it that way. If you could edit your post to include more details as to what your available resources are I could assist in making an answer for that or provide details on how to migrate to Buster.
– kemotep
Mar 22 at 17:54