Questions tagged [multiple-versions]
139 questions
3
votes
3 answers
How can I install a newer Perl without damaging the system install?
I have seen plenty of people mention some of the cool new features in Perl >= 5.12 but my preferred flavor of Linux Ubuntu only comes with 5.10.1.
I have no fear of PPAs and I know how to google (unless someone finds me something, then I'll feel…

Joel Berger
- 20,180
- 5
- 49
- 104
3
votes
0 answers
Is it possible to use multiple versions of protobuf-net on single windows service?
Our application uses a fairly recent protobuf-net(version 2.0.0.668) and I am trying to integrate to another system that has a client library using an older version of protobuf-net(version 1.0.0.282). Is it possible to use the libraries side by side…

Marvin
- 31
- 1
3
votes
1 answer
Developing two versions of the same app in Android Studio
I'm currently developing an app which is actually available in Google Play and it has two different versions. One of them has full functionality and runs without any advertisement.The other one instead cannot access every feature and shows ads.…

fapps
- 1,799
- 3
- 15
- 18
2
votes
2 answers
Maintain Android App for Multiple Markets (on Git)
I have my App published as a free and pro version to the android market. All sourcecode is stored in one git repository.
I now want to publish the app to another app market. Since only a few files will change (Android Licensing) I'm thinking about…

Tobias
- 7,282
- 6
- 63
- 85
2
votes
4 answers
Java - keeping multi-version application from splitting codebase
I am writing an application that will ship in several different versions (initially around 10 variations of the code base will exist, and will need to be maintained). Of course, 98% or so of the code will be the same amongst the different systems,…

Jacob Hansson
- 149
- 3
- 7
- 19
2
votes
1 answer
How to install a python version using pyenv/pyenv-win in microsoft windows 10?
TLDR
I cannot install 3.6.10 using pyenv-win and can install 3.6.8 only ref.
Though I cannot get it become global python version using pyenv global ref
Details
I installed pyenv-win as guided here and failed as below output. As you know the fix,…

Nam G VU
- 33,193
- 69
- 233
- 372
2
votes
1 answer
python: Understanding multiple versions, symlinks, and virtualenv
I need help understanding the organization of Python versions on my MacOS 10.12. I have both pip and brew, and no conda. Before I was working with Python 3.6.5, but then brew updated and installed Python 3.7.0.
Then I got the following problem…

tamtam
- 641
- 9
- 24
2
votes
1 answer
How to install multiple TRAC versions on Windows
We have been using TRAC 0.11.1 for quite some time now and have a lot of projects running with it. Now we are facing a migration to a new server and would like to start using TRAC 0.12.2.
Of course migrating all 0.11.1 projects to 0.12.2 would be…

Hoppie
- 199
- 2
- 9
2
votes
1 answer
How implement Apple Push Notifications for iOS versions 9 + 10 (and perhaps 8)?
I have not found any official Apple document that discusses correctly implementing push notification simultaneously for old iOS versions, as well as iOS 10. And the independent tutorials I have seen, likewise cover a single iOS version.
I see this…

ToolmakerSteve
- 18,547
- 14
- 94
- 196
2
votes
6 answers
How can I test with multiple versions of Firefox?
How can I test my website in multiple versions of firefox?
I have v2 installed. Now no matter where or how many times I install FF3, it always executes ff2..
I checked the interweb and it seems there used to be a MultiFireFox tool that could run…

Boris Callens
- 90,659
- 85
- 207
- 305
2
votes
1 answer
Why does rails server Welcome Aboard site report a different ruby version to rbenv?
I am using rbenv on Debian. Debian came pre-installed with ruby 1.9.3. I installed rbenv and used it to install ruby 2.1.2. I then used rails new to make a fresh rails application.
rbenv versions
gives
system
* 2.1.2 (set by…

Jordan Morris
- 2,101
- 2
- 24
- 41
2
votes
2 answers
Using IntelliJ IDEA to maintain one codebase for free/paid version of app
I need some insight/suggestions/pointers (as detailed as possible) to implement a free and paid version of my android app. I use IntelliJ IDEA for development with SVN.
My aim is to maintain one code base which implements ads or paid features by…

TrustNoOne
- 585
- 1
- 5
- 15
2
votes
0 answers
sitecore remove validation previous versions
After upgrading my project to the latest sitecore 7 items that were referencing some products got the links broken as the products had changed IDs. As expected sitecore shows an icon saying that we have broken links. So far so good and I fixed all…

Snapper
- 686
- 1
- 13
- 29
2
votes
2 answers
Too many postgresql versions installed: How to start only a chosen postgresql version or remove the unneeded ones? Needed port is the standard "5432"
With many started postgresql services, psql chooses the lowest postgresql version
I have installed two versions of postgresql, 12 and 13 (in an earlier version of this question, these were 9.1 and 9.2, I change this to be in line with the added…

Incerteza
- 32,326
- 47
- 154
- 261
2
votes
3 answers
Managing multiple .Net-Frameworks on a webserver
So I'm in charge to deploy my project on the productive server where some other ASP.NET-Websites are also set up.
The problem now is that I wrote my whole project under .NET 3.5 but on the webserver the current installation is .NET 1.1 as some of…

F.P
- 17,421
- 34
- 123
- 189