Im trying to create a python3 virtual environment on a vm virtualbox mounted drive shared folder.
When I try this command
python3 -m venv sample
Im getting this error
Error: [Errno 1] Operation not permitted: 'lib' -> '/media/sf_drive/sample_django/sample/lib64'
But Im able to create this under a non shared directory without issues.
How to make this virtual env in a shared directory?
UPDATE: I have tried this answer but Im getting struck with
Command 'vboxmanage' not found,