On 08Jun2018 10:23, Tamara Berger <brg...@gmail.com> wrote:
On Fri, Jun 8, 2018 at 5:35 AM Cameron Simpson <c...@cskk.id.au> wrote:
On 08Jun2018 01:52, Tamara Berger <brg...@gmail.com> wrote:
>192:~ TamaraB$ cd Desktop/mymodules
>192:mymodules TamaraB$ pwd
>/Users/TamaraB/Desktop/mymodules
>192:mymodules TamaraB$ ls
>mymodules

It looks like you have a "mymodules" folder _inside_ your "Desktop/mymodules"
folder. Form the /Users/TamaraB/Desktop/mymodules folder, type these commands.

  ls -la
  ls -la mymodules

Nope. No duplicate folder.

Your Terminal transcript above says otherwise, because (a) you're standing in "/Users/TamaraB/Desktop/mymodules" and (b) the "ls" command shows:

 mymodules

Therefore, _inside_ the "/Users/TamaraB/Desktop/mymodules" folder there is something called "mymodules", unless the transcript above is not complete.

Please pos the result of:

 ls -laR /Users/TamaraB/Desktop/mymodules

Cheers,
Cameron Simpson <c...@cskk.id.au>
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to