Import data problem

Hi @Audrey_Anne,

I think you are trying to use Windows command prompt syntax in your Ubuntu LTS.

That is, this:
Users\audre\Bureau\Projetmain

should be:
Users/audre/Bureau/Projetmain

One trick that you can use to share files between your Windows and Ubuntu LTS is to do the following:

  1. In Ubuntu LTS terminal window type: explorer.exe . . This will open a Windows Explorer window with the path to your home directory within your Ubuntu LTS. See here.
  2. Drag this path in the window to your Quick access list.
  3. Now you can drag/drop files into this folder so that it is easily accessible within your Ubuntu LTS.
  4. Make sure to use forward-slashes and not backward-slashes as above.
  5. Type pwd to see your current working directory within Ubuntu LTS.

-Hope this helps!
-Mike

2 Likes