[Tutor] Can’t find the .env file

Abelardo Salazar Orozco abelardo.salazar.orozco at gmail.com
Thu May 18 21:23:40 EDT 2023


I already could. Thank you very much.

El El jue, 18 de mayo de 2023 a la(s) 15:49, Dennis Lee Bieber <
wlfraed at ix.netcom.com> escribió:

> On Wed, 17 May 2023 11:45:28 -0600, Abelardo Salazar Orozco
> <abelardo.salazar.orozco at gmail.com> declaimed the following:
>
> >Hi everyone!
> >
> >I am trying to install Auto-GPT through Python, but I'm stocked in step 5
> >since I can't find . files.
> >
> >I would appreciate your help very much.
> >
>
>         You've already seen requests for OS, etc. but based upon some
> follow-up
> responses I'm going to make a wild guess.
>
>         I suspect you are running a Linux/UNIX distribution.
>
>         By default any file that begins with a "." is a HIDDEN file when
> looking at directory contents.
>
> COMPARE:
>
> debian at beaglebone:~$ ls -l
> total 68
> -rwxr-xr-x 1 debian debian   531 Apr 16  2021 autotest.py
> drwxr-xr-x 2 debian debian  4096 May 12  2021 BBB_IO
> drwxr-xr-x 2 debian debian  4096 Aug 19  2020 bin
> -rw-r--r-- 1 debian debian   105 Dec 11  2020 bno055.py
> drwxr-xr-x 2 debian debian  4096 Sep  8  2020 exploring
> -rw-r--r-- 1 debian debian  1637 May 22  2021 hutdown
> drwxr-xr-x 2 debian debian  4096 Apr 16  2021 logs
> -rwxr-xr-x 1 debian debian 28816 May 11  2021 main
> drwxr-xr-x 2 debian debian  4096 Aug 22  2020 OS-setup
> -rw-r--r-- 1 debian debian   672 Dec  6  2021 ugly_test.py
>
> debian at beaglebone:~$ ls -la
> total 140
> drwxr-xr-x 11 debian debian  4096 Feb 20  2022 .
> drwxr-xr-x  3 root   root    4096 Aug 19  2020 ..
> -rwxr-xr-x  1 debian debian   531 Apr 16  2021 autotest.py
> -rw-r--r--  1 debian debian   118 Aug 22  2020 .bash_aliases
> -rw-------  1 debian debian  5423 Nov  2  2022 .bash_history
> -rw-r--r--  1 debian debian   220 Aug 22  2020 .bash_logout
> -rw-r--r--  1 debian debian  3516 Aug 22  2020 .bashrc
> drwxr-xr-x  2 debian debian  4096 May 12  2021 BBB_IO
> drwxr-xr-x  2 debian debian  4096 Aug 19  2020 bin
> -rw-r--r--  1 debian debian   105 Dec 11  2020 bno055.py
> lrwxrwxrwx  1 debian debian    16 Apr 30  2021 .c9 -> /opt/cloud9/.c9/
> drwxr-xr-x  3 debian debian  4096 Dec 11  2020 .cache
> drwx------  3 debian debian  4096 Jan  5  2021 .config
> drwxr-xr-x  2 debian debian  4096 Sep  8  2020 exploring
> -rw-r--r--  1 debian debian     0 Aug 19  2020 .gitconfig
> drwx------  3 debian debian  4096 Aug 22  2020 .gnupg
> -rw-r--r--  1 debian debian  1637 May 22  2021 hutdown
> drwx------  4 debian debian  4096 Mar  2  2021 .local
> drwxr-xr-x  2 debian debian  4096 Apr 16  2021 logs
> -rwxr-xr-x  1 debian debian 28816 May 11  2021 main
> drwxr-xr-x  2 debian debian  4096 Aug 22  2020 OS-setup
> -rw-r--r--  1 debian debian   675 Aug 22  2020 .profile
> -rw-------  1 debian debian   691 Feb 20  2022 .python_history
> -rw-r--r--  1 debian debian    75 Apr 16  2021 .selected_editor
> -rw-r--r--  1 debian debian   672 Dec  6  2021 ugly_test.py
> -rw-------  1 debian debian 10432 May 12  2021 .viminfo
> -rw-r--r--  1 debian debian    64 Aug 19  2020 .xsessionrc
>
>         If you are using an X-window/desktop environment, you'll have to
> find
> out how to get it to display hidden files.
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>


More information about the Tutor mailing list