Linked Questions

1 vote
0 answers
2k views

Am trying to install multiple softwares and some of them are dependent on others, means it looks up for some binary of softwares before install others. This installation process am doing it on ...
Karthi1234's user avatar
  • 1,027
0 votes
1 answer
422 views

I used to use Bash, which has this syntax: VAR=VAL ./executable_file to set VAR temporarily during the execution of executable_file. Is there a corresponding syntax in pwsh? PowerShell 7.4.0 on MS-...
shynur's user avatar
  • 505
0 votes
0 answers
427 views

I want to run a rust test with some env, like: use std::env; #[test] fn test_case1() { env::var("ENV1").unwrap(); env::var("ENV2").unwrap(); } #[test] fn test_case2() { ...
YNX's user avatar
  • 635
0 votes
0 answers
451 views

After heroku login I'm trying to run in cmd: echo "select * from public.table limit 2;" | heroku pg:psql -app "my-app::DATABASE_URL" and get error: "The local psql command ...
Galat's user avatar
  • 487
0 votes
0 answers
181 views

Why does the registry provider not show any entries for the environment? I am using "Run as Administrator". No items are returned from Get-ChildItem. What am I missing? PS C:\src\t> ([Security....
lit's user avatar
  • 16.5k
-1 votes
1 answer
141 views

I have looked for some questions about this on Stackoverflow. I am using Python 2.7.11. When I open Powershell and type in python I get an intended error: IndentationError: unexpected indent What I ...
Nz1's user avatar
  • 89
0 votes
0 answers
120 views

I was working with log and env_logger crate and its documentation says that we can set the RUST_LOG environment variable to different levels to filter out logs of lower-level, RUST_LOG=debug will ...
Sarang Dutta's user avatar
0 votes
0 answers
110 views

I am trying to start up daphne for my Django project. The issue is that I am not able to set up the envirometnal variable for DJANGO_SETTINGS_MODULE. I am using python venv. Path of my project is as ...
JohnnyHavlis's user avatar
1 vote
0 answers
56 views

According to Setting Windows PowerShell environment variables it is possible to modify environment path in Powershell with $env:Path = "C:\jdk-16.0.1\bin" + ';' + $env:Path I tried (with ...
user310291's user avatar
  • 38.6k
771 votes
23 answers
2.7m views

I am trying to add C:\xampp\php to my system PATH environment variable in Windows. I have already added it using the Environment Variables dialog box. But when I type into my console: path it doesn't ...
Netorica's user avatar
  • 19.5k
129 votes
7 answers
266k views

If I execute set PATH=%PATH%;C:\\Something\\bin from the command line (cmd.exe) and then execute echo %PATH%, I see this string added to the PATH. If I close and open the command line, that new string ...
vale4674's user avatar
  • 4,271
50 votes
5 answers
144k views

How can I capture the screen in Windows PowerShell? I need to be able to save the screen to disk.
Start-Automating's user avatar
65 votes
3 answers
76k views

I am Trying To add a System Variable here using PowerShell: I have tried both ways using $env:MyTestVariable = "My test variable." and [Environment]::SetEnvironmentVariable("TestVariableName", "My ...
Tyler S's user avatar
  • 887
70 votes
2 answers
74k views

I'm trying to write a simple PowerShell script to deploy a Visual Studio ASPNET Core 1 project. Currently, in a batch file i can say Path=.\node_modules\.bin;%AppData%\npm;C:\Program Files (x86)\...
Simon Ordo's user avatar
  • 1,707
9 votes
4 answers
56k views

I have installed python 3.6 in my Windows 10 PC. I also use Pycharm to make my scripts. It runs perfectly fine there. But my problem is I can't run python in powershell. I am told to simply type '...
Gautam J's user avatar
  • 719

15 30 50 per page
1
2 3 4 5