Re: [swift-dev] Path Swift

2015-12-07 Thread Kevin Ballard via swift-dev
Can you please stop creating a new thread for every single message? This is making it hard to read the list. Just reply to the last message in the thread instead. -Kevin On Mon, Dec 7, 2015, at 01:27 PM, Piero Sabino via swift-dev wrote: > My .bashrc is the following: [snip] _

[swift-dev] Path Swift

2015-12-07 Thread Piero Sabino via swift-dev
My .bashrc is the following: # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples # If not running interactively, don't do anything case $- in *i*) ;; *) return;; esac # don't put duplicate lines or lines

Re: [swift-dev] Path Swift

2015-12-07 Thread Mish Awadah via swift-dev
Instead of “/path/to/usr/bin” in the line below, replace it with the actual path to the swift /usr/bin directory that you unpacked from the tarball. - mish > On Dec 7, 2015, at 11:19 AM, Piero Sabino via swift-dev > wrote: > > Where I add path of Swift? > I must create a configuration file or

Re: [swift-dev] Path Swift

2015-12-07 Thread Jordan Rose via swift-dev
Hi, Piero. Sorry, I'm not quite sure what you're asking. Can you provide more details about the behavior you're seeing, and what you'd like it to do instead? Jordan > On Dec 7, 2015, at 5:06, Piero Sabino via swift-dev > wrote: > > Where I have to change the path of Swift? > Terminal or fold

[swift-dev] Path Swift

2015-12-07 Thread Piero Sabino via swift-dev
Where I add path of Swift? I must create a configuration file or I type the follow line: $ export PATH=/path/to/usr/bin:"${PATH}" ___ swift-dev mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-dev