Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using vs code for python codding and i was trying to upgrade pip and in the process my terminal showed this weird text with beeping noise.

The weird text:

←]633;P;IsWindows=True
633;A633;P;Cwd=C:\Users\ENJOY.ENJOY-PC\Downloads\Python Tests\Chapter 4PS C:\Users\ENJOY.ENJOY-PC\Downloads\Python Tests\Chapter 4> 633;B

What I have tried:

I tried to unistall vs code and reset all the settings but it does not work.

I also tried to unistall powershell and reistall but that also does not work.

This texts only shows when i am using powershell (version 7.2.5) as terminal.Other shells like windows powershell,cmd,bash does not show this texts.
Posted
Comments
Richard MacCutchan 10-Aug-22 8:53am    
That certainly does not look like a pip command anywhere. Please show exactly what you enter at the terminal.
Member 15733198 10-Aug-22 13:26pm    
pip install --upgrade wheel
pip install --upgrade pip
-m pip install --upgrade pip
python.exe -m pip install --upgrade pip

This was the code i entered.
Richard MacCutchan 10-Aug-22 15:04pm    
What on earth for? Only the last command is valid. But either way I do not believe this has anything to do with installing or upgrading pip. Your Powershell session is generating all sorts of extra output not connected to the above. So where is all this other data coming from?
Richard MacCutchan 11-Aug-22 3:54am    
I have a strong suspicion that those lines with all the odd characters are generated by your profile. Run the following command:
$PROFILE | Select-Object *Host* | Format-List

and take a look in all those files to see if you can find the code that runs automatically.
Richard MacCutchan 10-Aug-22 9:02am    
I just tried it and it works fine.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900