1

I had tried it, but this was the result, please check below.

/storage/emulated/0 $ cd venv3
/storage/emulated/0/venv3 $ virtualenv .
PermissionError: [Errno 1] Operation not permitted: '/data/user/0/ru.iiec.pydroid3/files/arm-linux-androideabi/bin/python3.8' -> '/storage/emulated/0/venv3/bin/python'
/storage/emulated/0/venv3 $```
OLUWAFEMI
  • 11
  • 3

1 Answers1

2

If you are using termux or something like that and your phone isn't root, go to your $HOME directory via one of these commands: cd or cd $HOME . Then you can run virtualenv . . You can't run some special things in your phone storage (if your phone isn't root), for example , you can't run a bash script in /storage/emulated/0/... .