Re: [Tutor] Python3 Help

2017-07-24 Thread Alan Gauld via Tutor
On 24/07/17 01:58, Alan Gauld via Tutor wrote: > $ which python3 > >> -bash: $: command not found > > The $ is the OS prompt you are not supposed to type it in. While on the subject you might also see something like # Which can mean one of two things 1) It's a comment and you should n

Re: [Tutor] Python3 Help

2017-07-24 Thread Brandon Anderson
Success! Thank you, Danny! Mission accomplished. -Brandon Sent from my iPhone On Jul 23, 2017, at 5:44 PM, Danny Yoo wrote: >> 2. I’m trying to locate the directory path to where Python3 is located on >> my system, but when I enter >>the following command: >>$ type -a pytho

Re: [Tutor] Python3 Help

2017-07-23 Thread Alan Gauld via Tutor
On 24/07/17 00:19, Brandon Anderson wrote: > 2. I’m trying to locate the directory path to where Python3 is located on my > system, but when I enter > the following command: > $ type -a python3 You could also try $ which python3 > -bash: $: command not found The $ is the

Re: [Tutor] Python3 Help

2017-07-23 Thread Danny Yoo
> 2. I’m trying to locate the directory path to where Python3 is located on my > system, but when I enter > the following command: > $ type -a python3 > > I get: > -bash: $: command not found Ah. Do not include the leading "$" in the command that you're typing.

[Tutor] Python3 Help

2017-07-23 Thread Brandon Anderson
Hello! 1. I have Python3 installed on my 2017 MacBook Pro. I know that it is successfully installed because, when I enter “Python3’ into my terminal, I get the following message: Python 3.6.2 (v3.6.2:5fd33b5926, Jul 16 2017, 20:11:06) [GCC 4.2.1 (Apple Inc.