I am a super newbie for Ubuntu and basically need Ubuntu for a Python package.
I would like to run a Python file in say e:/username/folder1/folder2/python.py
. I tried every method online and the only reply is bash: cd./e: No such file or directory
. I am not sure whether it is because of the bash windows or virtualenv.
When I use bash on Ubuntu on Windows, ls
, it says VIRTUALENV_DIR
. cd
, it says /home/username
. The cd ..
etc changes the directory a little, but not another drive, nor the folder I would like it to find.
cd
to a file? looks likecd /mnt/e/username/folder1/folder2/
makes more sense – dufte Sep 30 '16 at 05:58