-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
Issue
- install python to %ProgramFiles%
- create file
C:\Program - type
virtualenv venvin cmd - type
call venv\Scripts\activate - type
python
Get error: Unable to create process using 'c:\program files\python39\python.exe'
Environment
Provide at least:
- OS: windows
- Shell: cmd
- Python version and path: 3.9 in c:\program files\python
Output of the virtual environment creation
C:\Users\Kuznetsov_NA>virtualenv venv
created virtual environment CPython3.9.2.final.0-64 in 318ms
creator CPython3Windows(dest=C:\Users\Kuznetsov_NA\venv, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=C:\Users\Kuznetsov_NA\AppData\Local\pypa\virtualenv)
added seed packages: pip==25.2, setuptools==80.9.0, wheel==0.45.1
activators BashActivator,BatchActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
C:\Users\Kuznetsov_NA>call venv\Scripts\activate
(venv) C:\Users\Kuznetsov_NA>python
Unable to create process using 'c:\program files\python39\python.exe'