[swift-users] Installing Package manager

2016-03-19 Thread Cilia Vandenameele via swift-users
Hello, I'm trying to install your package manager on my computer (MacBook Pro, OSX El Capitan 10.11.3) to use in Xcode (7.2.1). I started from the Github page (https://github.com/apple/swift-package-manager ), but I really don't get it installed. I

Re: [swift-users] Installing Package manager

2016-03-19 Thread Max Howell via swift-users
The swift in /usr/bin does not know about the swift toolchain you have installed. You need to add the swift from the /usr/bin in your toolchain to the PATH first. Once Xcode 7.3 lands you’ll be able to set TOOLCHAINS=swift as an environment variable and then you won’t need to set the PATH. >