Questions tagged as 'osx'

1
answer

Windows Local Development Environment Migration for Mac

I would like to migrate to the Mac, but I have some concerns about the local development environment. The question is regarding Apache, MySQL (and other BD's), PHP and Node.js. The questions are: Installing and configuring: Is it cumbe...
asked by 22.04.2014 / 13:59
1
answer

Have two versions of Python on OSX without overwriting

Is there a way to install Python's 3.x version without overwriting the pre-installed (essential) version of OSX? I already know virtualenv but I'd like to avoid it, because I only use Python to study. Is there any way to keep both versi...
asked by 20.08.2015 / 00:45
2
answers

Error in GIT with Mac OS X: dyld: lazy symbol binding failed: Symbol not found: _iconv_open

I'm trying to use the GIT through the terminal ( Mac OS X ), but the following error is appearing: $ git help dyld: lazy symbol binding failed: Symbol not found: _iconv_open Referenced from: /Library/Developer/CommandLineTools/usr/bin/git...
asked by 04.08.2014 / 00:15
0
answers

Connect Xamarin to the Mac

I'm trying to connect Xamarin to the Mac using Visual Studio. The Mac is listed in the Xamarin User Agent, but when I enter the user and password I get this message:    Starting Broker 4.0.1.96 in port 51743 ...   Could not connect to macbook...
asked by 01.04.2016 / 00:11
2
answers

IDLE closing by pressing single

Until today I was using the terminal itself to program in Python, however today I decided to download the IDLE. When I try to put the single quotation mark (') it simply closes. Can anyone help me?     
asked by 19.05.2015 / 01:36
1
answer

Using PHP in the terminal, xampp

I'm trying to use PHP through the terminal, but I can not, when I type which php it returns /usr/bin/php so I can not run PHP files, so it can not find the files. I'm using XAMPP for MAC     
asked by 11.11.2015 / 00:19
1
answer

Is it possible to convert .NET Framework applications from Windows to Mac?

Can I get my project ready, and have it run on a Mac OS X? (It was done in .NET Framework 4.5.2 for Windows.)     
asked by 13.10.2015 / 04:14
1
answer

How to use Xcode 5.0 with 10.7.5?

I have a macbook laptop that I can not install the latest OSX operating system - Mavericks (Apple information), but I need to install XCode 5.0 for application development on iOS7. So I need help finding out: How to install Xcode 5.0 on OS 10...
asked by 27.04.2014 / 19:00
1
answer

Create executables in python (portability)

I have python code developed in MacOs system. Is it possible to generate executables to run on other systems (windows, linux)? Example:    The file.py file was written and tested on the MacOs system, but I want to generate an execut...
asked by 25.11.2015 / 22:54
1
answer

Commands on the Mac terminal

I tried to install Composer in OSX 10.10.3 following the site's instructions: curl -sS https://getcomposer.org/installer | php and after that I am no longer able to execute the commands curl , ls , among others. The terminal d...
asked by 10.06.2015 / 23:09