[swift-dev] Swift Path

2015-12-08 Thread Piero Sabino via swift-dev
So the path saved in my .bashrc is wrong. What would be the correct one? ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

[swift-dev] Swift path

2015-12-08 Thread Piero Sabino via swift-dev
I must type the following line in .bashrc /Home/Downloads/swift/usr/bin/swift Inviato da iPhone Piero Sabino ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

[swift-dev] Swift Path

2015-12-07 Thread Piero Sabino via swift-dev
My .bashrc is attached to this mail. .bashrc.bashrc Description: Binary data ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

[swift-dev] Swift Path

2015-12-07 Thread Piero Sabino via swift-dev
I've type the path in ~/.bashrc,  then when type swift display the message : Swift is not installed. ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

Re: [swift-dev] swift path

2015-12-07 Thread Alexandros Salazar via swift-dev
Wow, sorry, not local repository; home directory. Don't know what I was thinking. On Mon, Dec 7, 2015 at 2:55 PM, Alexandros Salazar wrote: > The ~/.bashrc file is a hidden file in your home directory. In Linux/*nix > land, ~ always points to your local repository; for instance, on a Mac, ~ > wi

Re: [swift-dev] swift path

2015-12-07 Thread Alexandros Salazar via swift-dev
The ~/.bashrc file is a hidden file in your home directory. In Linux/*nix land, ~ always points to your local repository; for instance, on a Mac, ~ will typically point to /Users/YOUR_USERNAME, and ~/.bashrc would be /Users/YOUR_USERNAME/.bashrc This link has a thorough, if concise, overview of Li

[swift-dev] swift path

2015-12-07 Thread Piero Sabino via swift-dev
Where  I find ~/.bashrc file?___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

Re: [swift-dev] Swift Path

2015-12-07 Thread Mish Awadah via swift-dev
Add it to your ~/.bashrc to enable that path every time you launch a terminal. Type it into your terminal if you only want to use swift for the current terminal session. - mish > On Dec 7, 2015, at 11:37 AM, Piero Sabino via swift-dev > wrote: > > Where should I add the following line: > exp

[swift-dev] Swift Path

2015-12-07 Thread Piero Sabino via swift-dev
Where should I add the following line: export PATH = / path / to / usr / bin: "$ {PATH}"? In a configuration file or in a terminal? ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev