Problem finding my folder via terminal

Shakti Kumar shakti.shrivastava13 at gmail.com
Wed Jun 6 12:51:12 EDT 2018


Hi Berger,
Do you have any space in the absolute path for mymodules? Spaces avoid
getting the correct path as I had seen in one of my virtual environments.

Shakti.

On Wed, Jun 6, 2018, 9:53 PM T Berger <brgrt2 at gmail.com> wrote:

> I’m learning Python on my own and have been stuck for two days trying to
> get modules I created into site-packages. As a trial step, we were asked to
> change directly into the folder containing our modules. I typed “cd
> mymodules” per instructions, but got this error message: “-bash: cd:
> mymodules: No such file or directory.” I saved mymodules to my documents.
> What is going wrong here?
>
> When I tried to create a distribution file, I typed “192:~ TamaraB$
> mymodules$ python3 setup.py sdist.” I got this error message: “-bash:
> mymodules$: command not found.” What should I do?
> --
> https://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list