.bash-profile

bash 脚本未加载任何 ~/.bash*
.bash-profile

bash 脚本未加载任何 ~/.bash*

语境: M1 MacBook macOS Ventura 13.5.2 zsh 作为默认 shell 通过 homebrew 安装 GNU coreutils /opt/homebrew/opt/coreutils/libexec/gnubin添加到~/.bashrc、~/.bash_profile和中的路径~/.bash_login 我有 bash 脚本 从...开始#!/usr/bin/env bash date使用适用于 GNU date( /opt/homebrew/opt/coreutils/libexec/gnubin) 但不能用于 mac...

Admin

Git Bash 在 Windows 上启动非常慢
.bash-profile

Git Bash 在 Windows 上启动非常慢

我读过与此类似的帖子;看来我的问题有所不同。 我怀疑我遇到此问题是由于我的,.bash_profile因为当我删除它并再次打开终端时它会快速启动,并且显示: WARNING: Found ~/.bashrc but no ~/.bash_profile, ~/.bash_login or ~/.profile. This looks like an incorrect setup. A ~/.bash_profile that loads ~/.bashrc will be created for you. .bash_profile 已生成 # gen...

Admin

我的 PATH 在哪里?
.bash-profile

我的 PATH 在哪里?

当我运行以下命令时,我看到几条路径,一切看起来都很好。 echo $PATH 但是,我想找出这些路径存储在哪里。 我已经寻找过~/.bash_profile但~/.zshrc它们不存在。 ...

Admin

如何使用 Powershell 读取 Excel
.bash-profile

如何使用 Powershell 读取 Excel

如何从 excel 中提取数据,使得第一列包含机器的详细信息,第二列包含多个用户名,并且读取 excel 就像它将删除从第 2 列到第 1 列中写的机器名称的所有用户。我尝试过的脚本- 清除全部 工作表名称 = @() $excel=new-object -com excel.application $wb=$excel.workbooks.open("c:\users\administrator\my_test.xls") for ($i=1; $i -le $wb.sheets.count; $i++) { $sheetname+=$wb.Sheet...

Admin

如何获取远程服务器上“C:\user”文件夹中所有用户的名称,并将该名称写入 Excel 文件
.bash-profile

如何获取远程服务器上“C:\user”文件夹中所有用户的名称,并将该名称写入 Excel 文件

我试图通过 powershell 获取多个服务器的所有用户的名称,然后将其传输到 excel 文件,但我只在 txt 文件中获得了用户的名称,无法将其复制到 excel。 Foreach($Computer in get-content D:\Discserver.txt) { $win7= Test-path C:\users If(win7 -eq 'true') {$win7users=(get-itemproperty -path C:\users* -exclude Admin,Administrat...

Admin

-bash:PATH:未找到命令
.bash-profile

-bash:PATH:未找到命令

我希望有人能帮助我解决这个问题。 我在 Mac 上工作,最近我试图使用 .bash_profile 中的导出路径功能来帮助我从终端中的任何目录运行命令。这是我第一次这样做,我做错了,因为我的所有命令都停止工作了。我设法使用我在网上找到的一些代码解决了这个问题,我还删除了我在 .bash_profile 中添加的错误代码行。但现在每次打开终端时我都会注意到这个错误消息。 上次登录:2 月 15 日星期一 16:27:45,登录于 ttys003 -bash:PATH:未找到命令 我不确定这到底是什么意思。我的所有命令都运行正常,但我想修复这个问题,因为我担心它...

Admin

Bash 配置文件的问题
.bash-profile

Bash 配置文件的问题

有人能看看这行 bash 中是否有错误吗.profile? export PS1="\[\033[38;5;206m\]\h:\W \u $ \[\033[0m\]" 当我激活它时,它显示如下: $ source .profile \[\033[38;5;206m\]\h:\W \u $ \[\033[0m\] ...

Admin

在 Mac 上的 .bash_profile 中扭动
.bash-profile

在 Mac 上的 .bash_profile 中扭动

我想安装 sql。在安装过程中我做了: open -t .bash_profile。但是当我想写一些东西时,错误说: You don’t own the file “.bash_profile” and don’t have permission to write to it. You can duplicate this document and edit the duplicate. Only the duplicate will include your changes. 当我复制时,创建了一个副本,但新命令不起作用。 注意我尝试过 sudo open...

Admin

Windows 10 WSL bash 更改起始目录
.bash-profile

Windows 10 WSL bash 更改起始目录

当我在 Windows 上启动 bash 时,它总是从启动它的目录 [ /mnt/c/Users/myuser] 启动,但是我希望它在 WSL$HOME目录 [ ~] 中启动。 我如何指定起始目录,最好以非永久的方式,类似于: bash --startdir ~ ...

Admin

Bash 和 Zsh 配置文件混淆
.bash-profile

Bash 和 Zsh 配置文件混淆

我在 Mac 上,即将开始开发,刚刚在 Mac 上进行了全新安装,但我的问题是 ~/.bash_profile、~/.zshrc、~/.profile 和 ~/.bashrc 之间有什么区别,在哪里可以找到使用这些文件的最佳实践?此外,由于 zsh 不是终端上的默认设置,因此现在在 MacOS 上使用哪个?我还使用 bash-profile 吗? ...

Admin

$PATH 变量乱了,它在 Mac Catalina 中从哪里获取
.bash-profile

$PATH 变量乱了,它在 Mac Catalina 中从哪里获取

当我在终端中回显 $PATH 时,我看到一个大字符串,它看起来很乱,并且有一些旧的不相关的路径。我想修复这个问题。但首先,我想了解当我在 mac os catalina 中的终端中回显 $PATH 时,该变量来自哪里? 我目前所知道的唯一导出是~/.zshrc在 $PATH 变量中的某些命令不在其中。 请注意,我没有.profileand .bash_profile。 我很感激任何澄清 ...

Admin

远程机器上的环境变量上的 ssh
.bash-profile

远程机器上的环境变量上的 ssh

如何将环境变量导出到远程机器的特定用户。 我正在使用以下命令进行导出,但回显结果为空。 我想通过另一种方法来解决,即明确地将此变量移动到 .bashrc,但即使这种方法也失败了。 ssh -oStrictHostKeyChecking=no ubuntu@$ip -n "sudo -u rahul -i 'export DEVOPS_TOOLS_DEST_ENV='"'devops'"'' echo $DEVOPS_TOOLS_DEST_ENV" 我遵循的方法是明确写入 .bashrc ssh -oStrictHostKeyChecking...

Admin

源 ~/.bashrc 或 ~/.profile 或 ~/.bash_profile 停止终端
.bash-profile

源 ~/.bashrc 或 ~/.profile 或 ~/.bash_profile 停止终端

下面我展示了我的文件的结构,每个文件的一些代码,以及我为尝试获取所有源代码并做好准备所做的工作。 结构 ~/ .bash_profile .bashrc .profile .bashrc #------------------------------------------------------------- # Source global definitions (if any) #------------------------------------------------------------- if [ -f $(brew...

Admin

尝试让 Raspbian LITE 自动打开 Start X 来启动 Web 浏览器
.bash-profile

尝试让 Raspbian LITE 自动打开 Start X 来启动 Web 浏览器

我对 Linux 和 Raspberry Pi 还很陌生。我正尝试让我的 pi 启动到 Web 浏览器。我一直遵循这些说明 (https://die-antwort.eu/techblog/2017-12-setup-raspberry-pi-for-kiosk-mode/)。 但是,我卡在了最后一部分,无法将这一行 [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx -- -nocursor 附加到 .bash_profile。我找不到 .bash_profile,也不知道将这一行...

Admin

如何在 macOS mojave 上正确设置 bash 和 zsh
.bash-profile

如何在 macOS mojave 上正确设置 bash 和 zsh

我正在运行 macOS(Mojave)。 我想要从默认 bash 切换到 zsh/oh-my-zsh。 我安装的所有内容都假定我将要编辑我的 .bash_profile (或 .bashrc)。我不是 100% 清楚如何解释这一点;我是否要用 .zshrc 替换 .bash_profile? 老实说,.bash_profile、.bashrc、.profile、.zshrc 这些主题对我来说,作为初级超级用户/系统管理员是一个压力源。 我可以使用一些关于如何正确设置 .bash_profile、.basrc、.profile、.zshrc 等的建议。...

Admin