Questions tagged [multiple-versions]

139 questions
0
votes
1 answer

Chrome different versions different outputs

Im styling a Joomla site (I will never in my life work with Joomla again not for all the tea in China) and I was specifically aware of the outputs in IE, but now I realize that there are huge differences between different chrome versions outputs,…
user997593
  • 423
  • 5
  • 16
0
votes
0 answers

Installing NLTK is not performed

I checked my usr/local/bin folder, and I have two versions of Python: v. 2.7.5 (used by Terminal) and Python 3.3 that I use with Eclipse. The image of the bin folder is attached (I might be mistaken about what versions are installed, there might be…
OrenSL
  • 21
  • 4
0
votes
0 answers

Dual R installation: 3.0.2 and 2.15.2 alongside

As some packages require newer versions of the R statistical framework and others are not updated anymore, there is now no way around having to install two versions of R on the university cluster. The cluster is running Red Hat Linux and obviously…
xApple
  • 6,150
  • 9
  • 48
  • 49
0
votes
1 answer

Multiple versions of a git project

I have a base website project which I use as a starting point for several customers. Each customer can have specific changes to the project which I don't want to include in the base project. However sometimes a specific customer feature makes sense…
jbc
  • 149
  • 1
  • 3
0
votes
2 answers

Multiple python versions: How to set default python binary

I have installed python 2.7.5 on CentOS 6.4 which python 2.6 already installed. Python2.7 is under /usr/local/bin and library configuration is correct as well. I set alias in .bash_profile as alias…
brsbilgic
  • 11,613
  • 16
  • 64
  • 94
0
votes
2 answers

compiler versions

I have some guys here who have code that needs to be compiled with gcc-3.3. We have a CentOS 5.2. When we compile it with their make files, it fails during the link and they say it is because it won't work with gcc-3.4 which is installed already. …
Jay R.
  • 31,911
  • 17
  • 52
  • 61
0
votes
0 answers

Xcode and saving versions

I'm relatively new to Xcode (am using 4.5.2 on Lion) and have struggled to find a way to do what would be straightforward in most applications, namely, to save the current version of a project with a new name, so that I can step backward to a…
RonH
  • 504
  • 1
  • 3
  • 12
0
votes
2 answers

Run multiple versions of Internet Explorer on Windows Vista

Possible Duplicates: Multiple IE instances on one machine. Running IE6, IE7, and IE8 on the same machine This question might belong to the Super User site, but then again: this is about debugging HTML, CSS and JavaScript. Am I able to run…
cllpse
  • 21,396
  • 37
  • 131
  • 170
0
votes
1 answer

Organizing github repository for java 6 and 7

I am wanting to create a gihub repository that offers benchmarking code that works for concurrent features available only in JDK 1.7 (Fork/Join) as well as for older ones found in JDK 1.6. Offering both options is important for what I need. …
Edmon
  • 4,752
  • 4
  • 32
  • 42
0
votes
1 answer

Working with multiple Silverlight versions

I have Silverlight 4 Tools for VS2010 installed for developing Prism and Silverlight 4 apps with VS2010. I am accessing a site to watch videos that needs Silverlight client version 5. When i install it, my Silverlight 4 apps break (XAML designer…
badmaash
  • 4,775
  • 7
  • 46
  • 61
0
votes
4 answers

Developing different versions of a product

I have a Java-based server, transmitting data from many remote devices to one app via TCP/IP. I need to develop several versions of it. How can I develop and then dwell them without need in coding for 2 projects?I'm asking not only for that project,…
Natalia
  • 783
  • 7
  • 18
0
votes
1 answer

Change minSDKVersion depending on Device

I want to publish my application for more than one Version of Android. Thats why I wrote this in my Manifest xml My app shows a TimePicker. The TimePicker usually looks different in version 4.0.3. Since I…
0
votes
1 answer

Multiple xcode versions in Lion OSX

I want to install xcode 4.1 in my iMac OSX Lion. But in my iMac, I have Xcode 4.2.1. How to install iOS 4.1 but not override Xcode 4.2.1?
Rizki
  • 281
  • 1
  • 6
  • 19
-1
votes
2 answers

Maintain two C# projects versions

I've got an app that connects to a program. So it's a plugin basically. And the program it attaches to has different versions (2021, 2022, 2023). To use API I have to reference to appropriate .dll file. And these references are the only things that…
Arrdiss
  • 7
  • 3
-1
votes
1 answer

How to call a Python script in command line from another python script?

I have two python scripts, which need two different python versions (3.6 or older and 3.8 or newer). To get the information produced from the older versioned script, I want to call it in the newer script on command line and save the results to a…
making
  • 1
  • 1
1 2 3
9
10