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
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
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
> 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.